NXSL:Table

From NetXMS Wiki
Revision as of 16:20, 21 April 2017 by Tomas Kirnak (talk | contribs) (Formatting fix)
Jump to navigation Jump to search

Represents table object (usually table DCI value).


Class Name

Table


Methods

addColumn

addRow

deleteColumn

deleteRow

get

getColumnIndex

getColumnName

set


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