Skip to main content
A newer version of this page is available. .

SpreadsheetToolbarType Enum

Lists ribbon tabs/toolbars that can be added to the SpreadsheetControl at runtime.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v19.2.dll

Declaration

[Flags]
public enum SpreadsheetToolbarType

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.

PageLayout

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.

ChartTools

Specifies the Chart Tools contextual ribbon tab/bar group.

TableTools

Specifies the Table Tools contextual ribbon tab/bar group.

PictureTools

Specifies the Picture Tools contextual ribbon tab/toolbar.

DrawingTools

Specifies the Drawing Tools contextual ribbon tab/toolbar.

PivotTableTools

Specifies the PivotTable Tools contextual ribbon tab/bar group.

MailMerge

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.

See Also