ReadOnlyTableCollection.GetTableCell(DocumentPosition) Method
Gets the table cell encompassing the specified position.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v25.1.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pos | DocumentPosition | A DocumentPosition that is the position in the document. |
Returns
| Type | Description |
|---|---|
| TableCell | A TableCell object that is the table cell containing the specified position. |
See Also