SpreadsheetRibbonTabCollectionBuilder.InsertTableDesignContextTab(Int32) Method
Inserts the Table Design tab to the ribbon tab collection at the specified position.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetRibbonTabInfoBuilder InsertTableDesignContextTab(
int index
)
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The position to insert the tab. |
Returns
Type | Description |
---|---|
SpreadsheetRibbonTabInfoBuilder | An object that can be used to further configure the inserted tab. |
See Also