Back to Devexpress

TableCellCollection.InsertAfter(Int32) Method

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

latest1.6 KB
Original Source

TableCellCollection.InsertAfter(Int32) Method

Inserts a new cell after the cell specified by its column number.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell InsertAfter(
    int columnIndex
)
vb
Function InsertAfter(
    columnIndex As Integer
) As TableCell

Parameters

NameTypeDescription
columnIndexInt32

An integer, that is the column number (index in a row) of a cell after which a new cell is inserted.

|

Returns

TypeDescription
TableCell

A TableCell interface specifying the newly inserted cell.

|

See Also

TableCellCollection Interface

TableCellCollection Members

DevExpress.XtraRichEdit.API.Native Namespace