IDataExporter.Export(int startRow, int endRow, int startColumn) Method
.NET Standard 2.x
Exports data from the DataStore primary buffer in the specified DataFormat
, and specifies the start and end positions of the rows and the starting position of the columns.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
string Export(int startRow, int endRow, int startColumn);
Parameters
startRow
System.Int32
The zero-based index number of the first row in the buffer that you want to export.
endRow
System.Int32
The zero-based index number of the last row in the buffer that you want to export.
startColumn
System.Int32
The zero-based index number of the first column in the buffer that you want to export.
Returns
Data string in the specified format.
Examples
Coming soon.
Applies to
.NET Standard
2.x