DataModelT.getAttributesAt

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.

template DataModelT()
override
getAttributesAt
(
int col
,
int row
)

Parameters

col int

a valid column number

row int

a valid row number, or -1

Return Value

Type: gda.types.ValueAttribute

the attributes as an ORed value of #GdaValueAttribute