NXSL:Table
Revision as of 16:13, 13 September 2022 by AlexKirhenshtein (talk | contribs) (Text replacement - "^" to "{{deprecated}}")
| This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide) |
Represents table object (usually table DCI value).
Class Name
Table
Methods
Attributes
| Name | Type | Description |
|---|---|---|
| columnCount | int32 | Number of columns |
| columns | array | Column definitions as array of TableColumn objects |
| rowCount | int32 | Number of rows |
| rows | array | Row definitions as array of TableRow objects |
| title | string | Table's title |