Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 785 Bytes

File metadata and controls

39 lines (21 loc) · 785 Bytes

ColumnReference

Properties

Name Type Description Notes
grid ReferencedGrid [optional]
column ReferencedColumn [optional]
branch ReferencedGrid [optional]
type TypeEnum [optional]
selectionType SelectionTypeEnum [optional]

Enum: TypeEnum

Name Value
ROW "row"
CELL "cell"

Enum: SelectionTypeEnum

Name Value
SINGLE "single"
MULTIPLE "multiple"

Implemented Interfaces

  • Serializable