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.
column number.
row number.
a GdaValue containing the value stored in the given position, or NULL on error (out-of-bound position, etc).
See Implementation
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.