IDataExporter.ExportPlain(int startRow, int endRow, int startColumn, int endColumn) Method
.NET Standard 2.x
Exports entity class data from the DataStore primary buffer in the specified DataFormat
, and specifies the start and end positions of the rows and columns.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
string ExportPlain(int startRow, int endRow, int startColumn, int endColumn);
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.
endColumn
System.Int32
The zero-based index number of the last column in the buffer that you want to export.
If it is negative, it indicates the rest of columns.
Returns
System.String
Data string in the specified format.
Reference Plain JSON
Examples
Coming soon.
Applies to
.NET Standard
2.x