Back to Devexpress

TableRowCollection.RemoveAt(Int32) Method

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

latest1.2 KB
Original Source

TableRowCollection.RemoveAt(Int32) Method

Deletes a row 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 rowIndex
)
vb
Sub RemoveAt(
    rowIndex As Integer
)

Parameters

NameTypeDescription
rowIndexInt32

An integer that is the zero-based index of a row to delete.

|

See Also

TableRowCollection Interface

TableRowCollection Members

DevExpress.XtraRichEdit.API.Native Namespace