Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 631 Bytes

tablerow.adoc

File metadata and controls

44 lines (29 loc) · 631 Bytes

TableRow

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

Instance attributes

index ⇒ Integer

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