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