TableCellCollection.RemoveAt(Int32) Method
Deletes a cell specified by its index.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
columnIndex | Int32 | An integer that is the index of a cell in a row. |
See Also