GridHandle
Represent the ref of the Grid component.
| Name | Type | Default | Description | 
|---|---|---|---|
| columns | 
 | A getter of the current columns. Gets the current column width or current columns, or any other  jsx  | |
| element | 
 | Returns the HTML element of the Grid component. | |
| exportAsPdf | 
 | Method to trigger a PDF export of the Grid. The 'pdf' prop of the Grid should be set to true or object of setting that will be applied the exported Grid. | |
| fitColumns | 
 | Method to fit columns according to their content. | |
| props | 
 | The props values of the Spreadsheet. | |
| scrollIntoView | 
 | Method to allow the scroll to be set to a specific row index when the Grid is scrollable. It is zero based. |