Create a new ExcelStorage to work with the specified type
[Visual Basic]
Overloads Public Sub New( _
ByVal
recordType As
Type, _
ByVal
startRow As
Integer, _
ByVal
startCol As
Integer _
)
[C#]
public ExcelStorage(
Type recordType,
int startRow,
int startCol);
Parameters
-
recordType
- The type of records.
-
startRow
- The row of the first data cell. Begining in 1.
-
startCol
- The column of the first data cell. Begining in 1.
See Also
ExcelStorage Class | FileHelpers.DataLink Namespace | ExcelStorage Constructor Overload List
Powered by: