DataModel.getValueAt

Retrieves the data stored in the given position (identified by the col and row parameters) on a data model. This is the main function for accessing data in a model.

class DataModel
getValueAt
(
int col
,
int row
)

Parameters

col int

column number.

row int

row number.

Return Value

Type: Value

a GdaValue containing the value stored in the given position, or NULL on error (out-of-bound position, etc).

Meta