Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 788 Bytes

File metadata and controls

51 lines (43 loc) · 788 Bytes

TableRow

Represents table row definition object (used by Table class).

Instance attributes

index: int

Row index number

instance: String

Row instance name

values: Array<String>

Row values for all columns

Instance methods

get(columnId): String

Get cell value

Table 1. Parameters

columnId

Integer

Column id

Return

Cell value

set(columnId, value): void

Set cell value

Table 2. Parameters

columnId

Integer

Column id

value

Integer

New cell value