Skip to main content

HESplitTableCellVerticallyRibbonCommand Constructors

A Ribbon item that allows splitting a table’s cell vertically within the design view area.
Name Parameters Description
HESplitTableCellVerticallyRibbonCommand() none Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with default settings.
HESplitTableCellVerticallyRibbonCommand(RibbonItemSize) size Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified item size.
HESplitTableCellVerticallyRibbonCommand(String, RibbonItemSize) text, size Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified settings.
HESplitTableCellVerticallyRibbonCommand(String) text Initializes a new instance of the HESplitTableCellVerticallyRibbonCommand class with the specified item text.
See Also