Back to Devexpress

TableRow.GridAfter Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-962113b9.md

latest1.3 KB
Original Source

TableRow.GridAfter Property

Gets the number of columns which shall be left after the last cell of this table row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Int32

An integer that is the remaining number of columns.

|

See Also

GridBefore

GridAfter

ColumnSpan

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace