ApiTableRow
class ApiTableRow
Description
Class representing a table row.
Instance Methods
- GetClassType
(): tableRow
Returns the type of the ApiTableRow class.
- GetCellsCount
(): number
Returns a number of cells in the current row.
- GetCell
(nPos): ApiTableCell
Returns a cell by its position in the current row.
- SetHeight
(nValue)
Sets the height to the current table row.