Selection
Grid Selection Area Information Model
Signature:
export interface selectionRemarks
Used in GridBase.onCopy, GridBase.setSelection(), etc.
Properties
| Property | Type | Description |
|---|---|---|
| endColumn | string | Name of end column |
| endItem | number | itemIndex of last row |
| endRow | number | Unique number of the last row |
| startColumn | string | Name of starting column |
| startItem | number | itemIndex of start row |
| startRow | number | Unique number of starting row |
| style | SelectionStyle | Style |
Properties Desc
endColumn
name of the last column
Type - string
endItem
itemIndex of last row
Type - number
endRow
Unique number of the last row
Type - number
startColumn
Name of starting column
Type - string
startItem
itemIndex of starting row
Type - number
startRow
Unique number of the starting row
Type - number
style
style
Type - SelectionStyle