TableCellCollection.InsertAfter(Int32) Method
Inserts a new cell after the cell specified by its column number.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
column |
Int32 | An integer, that is the column number (index in a row) of a cell after which a new cell is inserted. |
#Returns
Type | Description |
---|---|
Table |
A Table |