column property
int
get
column
Column index for layout placement (1-based).
Not all items will have a column assigned. A returned value of 0 indicates the column is not applicable.
Returns
int: one-based column index, or0when not assigned.
Implementation
int get column {
final OperationResult resultString = objectMethod(
pointerId,
'SignpostItem',
'getColumn',
);
return resultString['result'];
}