ToolbarInsertTableColumnToLeftButton Constructors
Represents a default toolbar button that allows insertion of a new column to the left in the table within the design view area.| Name | Parameters | Description |
|---|---|---|
| ToolbarInsertTableColumnToLeftButton() | none | Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with default settings. |
| ToolbarInsertTableColumnToLeftButton(Boolean, Boolean) | beginGroup, visible | Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with the specified settings. |
| ToolbarInsertTableColumnToLeftButton(Boolean) | beginGroup | Initializes a new instance of the ToolbarInsertTableColumnToLeftButton class with the specified setting. |
See Also