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