Difference between revisions of "NXSL:TableColumn"
Jump to navigation
Jump to search
(Created page with "Represents table column definition object (used by Table class). '''Class Name''' TableColumn '''Attributes''' {| class="wikitable" |- ! Name !! Type !! D...") |
(No difference)
|
Revision as of 14:01, 26 March 2014
Represents table column definition object (used by Table class).
Class Name
TableColumn
Attributes
| Name | Type | Description |
|---|---|---|
| dataType | int32 | Data type |
| displayName | string | Display name |
| isInstanceColumn | int32 | true if column is marked as instance column |
| name | string | Column name |