ChangeTableBordersAndShadingCommand.getState Method
Gets information about the command’s state.
Declaration
getState(): CommandState<TableBordersSettings>
Returns
| Type | Description |
|---|---|
| CommandState<TableBordersSettings> | An object that contains the command’s state. |
Remarks
Usage example:
richEdit.commands.changeTableBordersAndShading.getState();
See Also