Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Defines characteristics for a column within a
|
|
|
Logical name of column.
Format to apply to cells in this column.
This is a DeepSee format string: e.g., "###.##" Note that column format overrides row format.
If true, this column is not displayed.
Label displayed for column. This overrides the value from a data controller.
Optional. Default logical value used for this column. Used by DeepSee worksheets.
Optional. Information on how to lookup values for this column. Used by DeepSee worksheets.
Priority of this column.
This lets you control the precedence of column-based attributes (style, format, value). By default (when the priority values are equal) column-based attributes have precedence over row-based attributes. If the column has a higher or equal-valued priority, then it takes precedence.
If true, cells in this column are readOnly.
Style to apply to cells in this column.
This is a CSS style string: e.g., "color: red;" Note that column style overrides row style.
Help text displayed when mouse hovers over this column. Note that column title overrides row title.
Optional. Type of cells in this column. Used by DeepSee worksheets.
Default value to apply to (empty) cells in this column.
This value is applied after the row value.
Optional. If the column type is "enum", this is a csv list of allowed values. Used by DeepSee worksheets.
Width of column.