Back to Devexpress

ReadOnlyTableCollection.GetTableCell(DocumentPosition) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-readonlytablecollection-dot-gettablecell-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentposition-x29.md

latest1.7 KB
Original Source

ReadOnlyTableCollection.GetTableCell(DocumentPosition) Method

Gets the table cell encompassing the specified position.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell GetTableCell(
    DocumentPosition pos
)
vb
Function GetTableCell(
    pos As DocumentPosition
) As TableCell

Parameters

NameTypeDescription
posDocumentPosition

A DocumentPosition that is the position in the document.

|

Returns

TypeDescription
TableCell

A TableCell object that is the table cell containing the specified position.

|

See Also

ReadOnlyTableCollection Interface

ReadOnlyTableCollection Members

DevExpress.XtraRichEdit.API.Native Namespace