Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
int InsertDataTable( DataTable dataTable, bool isFieldNameShown, int firstRow, int firstColumn )
Function InsertDataTable ( dataTable As DataTable, isFieldNameShown As Boolean, firstRow As Integer, firstColumn As Integer ) As Integer
int InsertDataTable( DataTable^ dataTable, bool isFieldNameShown, int firstRow, int firstColumn )
abstract InsertDataTable : dataTable : DataTable * isFieldNameShown : bool * firstRow : int * firstColumn : int -> int