Click or drag to resize

CustomLoadDataTableFromExcel Delegate


Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.1.0.0+4fe7975a95558d7cdf0d4c425e2c3a22827d67dd
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