Click or drag to resize

CustomLoadDataTableFromExcel Delegate


Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public delegate DataTable CustomLoadDataTableFromExcel(
	string excelPath,
	string tabName = "",
	int startRow = 1,
	int startCol = 1,
	int endCol = 0,
	int endRow = 0,
	bool hasHeader = true
)

Parameters

excelPath  String
 
tabName  String  (Optional)
 
startRow  Int32  (Optional)
 
startCol  Int32  (Optional)
 
endCol  Int32  (Optional)
 
endRow  Int32  (Optional)
 
hasHeader  Boolean  (Optional)
 

Return Value

DataTable
See Also