[]
        
(Showing Draft Content)

GC.Data.RowColumnStates

Enumeration: RowColumnStates

GC.Data.RowColumnStates

Specifies the type of row and column state.

Table of contents

Enumeration members

Enumeration members

active

active = 16

When the row or the column is focus, its state include "active" state.


dirty

dirty = 64

When cell value is changed, cell row and column state include "dirty" state.


hover

hover = 1

When mouse hover on the row and the column , its state include "hover" state.


inserted

inserted = 128

When inserted a row, its state include "inserted" state. This state only support for row.


pin

pin = 1024

When pin a row/column, its state include "pin" state.


primaryKey

primaryKey = 2048

When the column has primary key, its state include "primaryKey" state. This state only support for column.


readonly

readonly = 4

When the column is locked, its state include "readonly" state. This state only support for column.


required

required = 4096

When the value of the column are required, its state include "required" state. This state only support for column.


selected

selected = 32

When the cell is in the selection range, the cell row and column state include "selected" state.


updated

updated = 256

When updated a row, its state include "updated" state. This state only support for row.