Back to Devexpress

TableRow.GridBefore Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-ae8c6d2f.md

latest1.3 KB
Original Source

TableRow.GridBefore Property

Gets the number of columns which must be skipped before the first cell.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Int32

An integer that is the number of columns which must be skipped.

|

See Also

GridBefore

GridAfter

ColumnSpan

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace