RevGrid - v0.10.0
    Preparing search index...

    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.

    Index

    Enumeration Members

    Enumeration Members

    column: 3

    One or more contiguous columns.

    dynamicAll: 0

    All the cells within a subgrid. Dynamically changes to reflect additions and deletions of rows and columns.

    rectangle: 1

    A rectangle of cells within a subgrid.

    row: 2

    One or more contiguous rows within a subgrid.