DataModelHash.getValueAt

Retrieves the value at a specified column and row.

class DataModelHash
static
getValueAt

Parameters

model DataModel

the GdaDataModelHash to retrieve the value from.

col int

column number (starting from 0).

row int

row number (starting from 0).

Return Value

Type: Value

a pointer to a GdaValue.

Meta