Namespace: Spire.Xls.Core
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 

Parameters

dataTable
DataTable
isFieldNameShown
Boolean
firstRow
Int32
firstColumn
Int32

Return Value

Int32

See Also