Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBColumn()
Column constructor. Create an empty column, or copy an existing column.
GRBColumn | GRBColumn ( ) |
Create an empty column.
Return value:
An empty column object.
GRBColumn | GRBColumn ( | GRBColumn | col ) |
Copy an existing column.
Arguments:
col: Existing column object.
Return value:
A copy of the input column object.