ReadOnlyTableCollection.Get(DocumentRange) Method
Gets all tables located in the specified document range.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
ReadOnlyTableCollection Get(
DocumentRange range
)
#Parameters
Name | Type | Description |
---|---|---|
range | Document |
A range which includes the entire table |
#Returns
Type | Description |
---|---|
Read |
The read-only collection of tables. |
#Remarks
The Get method returns a collection of Table objects for a range if this range includes the entire table(s).
Note
If you operate with a selection range, the Get method should be enclosed within a Document