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