get_attributes_at
Description:
[ CCode ( vfunc_name = "i_get_attributes_at" ) ]
public abstract ValueAttribute get_attributes_at (int col, int row)
public abstract ValueAttribute get_attributes_at (int col, int row)
Get the attributes of the value stored at (row, col) in this, which is an ORed value of ValueAttribute flags.
As a special case, if row is -1, then the attributes returned correspond to a "would be" value if a row was added to
this.
Parameters:
| this |
a DataModel object |
| col |
a valid column number |
| row |
a valid row number, or -1 |
Returns:
|
the attributes as an ORed value of ValueAttribute |