Skip to main content

DevExpress v25.1 Update — Your Feedback Matters

Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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