PdfExportCustomRange
Specifies a custom row range for PDF export.
Used in conjunction with PdfExportSettings.range set to Custom to specify exact row boundaries.
Props
The following table outlines the props for the PdfExportCustomRange:
| Name | Type | Default | Description |
|---|---|---|---|
| endRow | number | - | Zero-based index of the last row to include in the export range (inclusive). |
| startRow | number | - | Zero-based index of the first row to include in the export range. |