Functionality
Export
The API reference for the export functionality in LyteNyte Grid.
DataRect
Represents a rectangular selection of cells in LyteNyte Grid.
A DataRect defines its range by numerical row and column indices. It is used to extract or operate on a subset of the grid's data regardless of row or column reordering. However, if the number of rows or columns changes, the rect may be invalidated if it extends beyond the new bounds.
Prop
ExportCsvParams
Parameters for exporting a CSV file from LyteNyte Grid.
Prop
ExportDataRectFn
Prop
ExportDataRectParams
Parameters for exporting a specific rectangular region of the grid using a DataRect.
Prop
ExportDataRectResult
The result structure returned after exporting a DataRect from LyteNyte Grid.
Prop