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