DataModel.getAttributesAt
gda.types.ValueAttribute getAttributesAt(int col, int row)Get the attributes of the value stored at (row, col) in model, which is an ORed value of #GdaValueAttribute 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 model.
Parameters
col | a valid column number |
row | a valid row number, or -1 |
Returns
the attributes as an ORed value of #GdaValueAttribute