Skip to main content

SpreadsheetRibbonTabCollectionBuilder.AddFormulasTab() Method

Adds the Formulas tab to the ribbon tab collection.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll

Declaration

public SpreadsheetRibbonTabInfoBuilder AddFormulasTab()

Returns

Type Description
SpreadsheetRibbonTabInfoBuilder

An object that can be used to further configure the added tab.

See Also