Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReadOnlyTableCollection.GetTableCell(DocumentPosition) Method

Gets the table cell encompassing the specified position.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

TableCell GetTableCell(
    DocumentPosition pos
)

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