RealGrid2 API
Interface
Selection

Selection

Grid Selection Area Information Model

Signature:

export interface selection

Remarks

Used in GridBase.onCopy, GridBase.setSelection(), etc.

Properties

PropertyTypeDescription
endColumnstringName of end column
endItemnumberitemIndex of last row
endRownumberUnique number of the last row
startColumnstringName of starting column
startItemnumberitemIndex of start row
startRownumberUnique number of starting row
styleSelectionStyleStyle

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