Back to Devexpress

TableCell.ColumnSpan Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-9e417ab5.md

latest1.2 KB
Original Source

TableCell.ColumnSpan Property

Gets the number of columns that the cell spans.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int ColumnSpan { get; }
vb
ReadOnly Property ColumnSpan As Integer

Property Value

TypeDescription
Int32

An integer that is the number of columns.

|

See Also

GridBefore

GridAfter

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace