HEInsertTableRibbonCommand Constructors
A Ribbon item that invokes the “Insert Table” dialog, allowing insertion of a table into the design view area.| Name | Parameters | Description |
|---|---|---|
| HEInsertTableRibbonCommand() | none | Initializes a new instance of the HEInsertTableRibbonCommand class with default settings. |
| HEInsertTableRibbonCommand(RibbonItemSize) | size | Initializes a new instance of the HEInsertTableRibbonCommand class with the specified item size. |
| HEInsertTableRibbonCommand(String, RibbonItemSize) | text, size | Initializes a new instance of the HEInsertTableRibbonCommand class with the specified settings. |
| HEInsertTableRibbonCommand(String) | text | Initializes a new instance of the HEInsertTableRibbonCommand class with the specified item text. |
See Also