Identifies a command that splits the current table cell vertically.
SPLITTABLECELLVERTICALLY_COMMAND Type: String
The SPLITTABLECELLVERTICALLY_COMMAND property can be used in the following ways.
In the ASPxClientHtmlEditor.CommandExecuted event — to determine the toolbar or ribbon item clicked by an end-user. If the ASPxClientHtmlEditorCommandEventArgs.commandName event parameter returns the SPLITTABLECELLVERTICALLY_COMMAND property value, this means that either the ToolbarSplitTableCellVerticallyButton toolbar item or the HESplitTableCellVerticallyRibbonCommand ribbon item (depending upon the toolbar mode used) has been manipulated by an end-user.
In the ASPxClientHtmlEditor.ExecuteCommand method — to execute the command manually.
This command is available only in the Design View.