Skip to main content

TableCellCollection.RemoveAt(Int32) Method

Deletes a cell specified by its index.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void RemoveAt(
    int columnIndex
)

Parameters

Name Type Description
columnIndex Int32

An integer that is the index of a cell in a row.

See Also