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

RichEditRibbonItemCollectionBuilder.InsertTableAutoFitItem(Int32) Method

Inserts the Table Auto Fit item to the ribbon item collection at the specified position.

Namespace: DevExpress.AspNetCore.RichEdit

Assembly: DevExpress.AspNetCore.RichEdit.v20.2.dll

NuGet Package: DevExpress.AspNetCore.RichEdit

Declaration

public RibbonMenuItemBuilder InsertTableAutoFitItem(
    int index
)

Parameters

Name Type Description
index Int32

The position to insert the item.

Returns

Type Description
RibbonMenuItemBuilder

An object that can be used to further configure the inserted item.

See Also