Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

ExcelStorage Constructor (Type, Int32, Int32)

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:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox