Gets the cell in this row at the column with the specified ID.
"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 or null if a column with the specified ID does not exist. |
Name | Type | Description |
columnId | string | The ID of the column the cell is in. |