Gets the cell in this row at the specified column index. The first column has an index of 0 and does not include the name column.
"configurationRow_var" is a variable referencing a ConfigurationRow object.
|
"configurationRow_var" is a variable referencing a ConfigurationRow object.
|
Type | Description |
ConfigurationCell | Returns the specified cell if successful and null if an invalid index was specified. |
Name | Type | Description |
columnIndex | uinteger | The index of the column to return the cell for. The first column has an index 0. |