record with the fields: 'column_id: string | list with values of type: string (optional)', 'column_type: value equal to: 'any', 'numeric', 'text', 'datetime' (optional)', 'header_index: number | list with values of type: number | value equal to: 'odd', 'even' (optional)', 'column_editable: boolean (optional)'
Constructor | Description |
|
|
Static member | Description |
Full Usage:
HeaderStyleCondition.init (?columnId, ?columnType, ?headerIndex, ?columnEditable)
Parameters:
ConditionalColumnIdType
?columnType : ColumnType
?headerIndex : SelectRowBy
?columnEditable : bool
Returns: HeaderStyleCondition
|
|