Back to Devexpress

Table.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-ff413fe5.md

latest1.2 KB
Original Source

Table.Range Property

Gets a document range occupied by a table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange Range { get; }
vb
ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
DocumentRange

A DocumentRange occupied by a table.

|

Remarks

Use the Range property to obtain the table location in the document.

See Also

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace