SpreadsheetRibbonItemCollectionBuilder.InsertBackgroundColorItem(Int32) Method
In This Article
Inserts the Background Color item to the ribbon item collection at the specified position.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
C#
public RibbonColorBoxItemBuilder InsertBackgroundColorItem(
int index
)
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The position to insert the item. |
#Returns
Type | Description |
---|---|
Ribbon |
An object that can be used to further configure the inserted item. |
See Also