Const
Identifies the types of selection areas in a grid.
A selection can have one or more selection area. Each area will be of one of the types defined in this enum.
One or more contiguous columns.
All the cells within a subgrid. Dynamically changes to reflect additions and deletions of rows and columns.
A rectangle of cells within a subgrid.
One or more contiguous rows within a subgrid.
Identifies the types of selection areas in a grid.
A selection can have one or more selection area. Each area will be of one of the types defined in this enum.