HEInsertTableRowBelowRibbonCommand Constructors
A Ribbon item that allows insertion of a new row below in a table within the design view area.Name | Parameters | Description |
---|---|---|
HEInsertTableRowBelowRibbonCommand() | none | Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with default settings. |
HEInsertTableRowBelowRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified item size. |
HEInsertTableRowBelowRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified settings. |
HEInsertTableRowBelowRibbonCommand(String) | text | Initializes a new instance of the HEInsertTableRowBelowRibbonCommand class with the specified item text. |
See Also