SpreadsheetToolbarType Enum
Lists ribbon tabs/toolbars that can be added to the SpreadsheetControl at runtime.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Win.Spreadsheet
#Declaration
#Members
Name | Description |
---|---|
File
|
Specifies the File ribbon tab/toolbar. |
Home
|
Specifies the Home ribbon tab/bar group. |
Insert
|
Specifies the Insert ribbon tab/bar group. |
Page
|
Specifies the Page Layout ribbon tab/bar group. |
Review
|
Specifies the Review ribbon tab/bar group. |
View
|
Specifies the View ribbon tab/bar group. |
Formulas
|
Specifies the Formulas ribbon tab/bar group. |
Data
|
Specifies the Data ribbon tab/bar group. |
Chart
|
Specifies the Chart Tools contextual ribbon tab/bar group. |
Table
|
Specifies the Table Tools contextual ribbon tab/bar group. |
Picture
|
Specifies the Picture Tools contextual ribbon tab/toolbar. |
Drawing
|
Specifies the Drawing Tools contextual ribbon tab/toolbar. |
Pivot
|
Specifies the Pivot |
Mail
|
Specifies the Mail Merge ribbon tab/bar group. |
All
|
Specifies all ribbon tabs/bars, except for the Mail Merge toolbar. |
#Remarks
Pass the SpreadsheetToolbarType enumeration values to the CreateRibbon or CreateBars method to add ribbon tabs or bars to the SpreadsheetControl.