Removes the command input that is at the specified row and column. This doesn't delete the command input from the collection of inputs associated with the command but just removes it from being displayed in the table.
"tableCommandInput_var" is a variable referencing a TableCommandInput object.
|
"tableCommandInput_var" is a variable referencing a TableCommandInput object.
|
Type | Description |
boolean | Returns true if the removal was successful. |
Name | Type | Description |
row | integer | The row where the command input to be removed is located. |
column | integer | The row where the command input to be removed is located. |