Returns the command input that is in the specified row and column. In the case where a command input spans multiple columns, the same input can be returned from multiple positions.
"tableCommandInput_var" is a variable referencing a TableCommandInput object. |
"tableCommandInput_var" is a variable referencing a TableCommandInput object. |
| Type | Description |
| CommandInput | Returns the command input that is in the specified row and column. If there isn't a command input in the specified location, null is returned. |
| Name | Type | Description |
| row | integer | The row index to return the command input from where the first row is 0. |
| column | integer | The row index to return the command input from where the first row is 0. |