ReadOnlyTableCollection.GetTableCell(DocumentPosition) Method
In This Article
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
TableCell GetTableCell(
DocumentPosition pos
)
#Parameters
Name | Type | Description |
---|---|---|
pos | Document |
A Document |
#Returns
Type | Description |
---|---|
Table |
A Table |
See Also