NXSL:Table

From NetXMS Wiki
Revision as of 13:54, 26 March 2014 by Victor (talk | contribs) (Created page with "Represents table object (usually table DCI value). '''Class Name''' Table '''Methods''' addColumn addRow NXSL:Table:de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
title string Table's title