DataModelArray.getRow

Get a pointer to a row in model

class DataModelArray
getRow
(
int row
)

Parameters

row int

row number (starting from 0)

Return Value

Type: gda.row.Row

the #GdaRow, or null if an error occurred

Throws