Back to Devexpress

TableCellCollection.RemoveAt(Int32) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecellcollection-dot-removeat-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

TableCellCollection.RemoveAt(Int32) Method

Deletes a cell specified by its index.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void RemoveAt(
    int columnIndex
)
vb
Sub RemoveAt(
    columnIndex As Integer
)

Parameters

NameTypeDescription
columnIndexInt32

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

|

See Also

TableCellCollection Interface

TableCellCollection Members

DevExpress.XtraRichEdit.API.Native Namespace