PrintCustomRange
Defines a custom range of rows to print from the grid. Used in conjunction with PrintSettings.range set to 'Custom' to specify exact row boundaries.
Props
The following table outlines the props for the PrintCustomRange:
| Name | Type | Default | Description |
|---|---|---|---|
| endRow | number | - | Zero-based index of the last row to include in the print range (inclusive). |
| startRow | number | - | Zero-based index of the first row to include in the print range. |