Back to Devexpress

Table.Cell(Int32, Int32) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-dot-cell-x28-system-dot-int32-system-dot-int32-x29.md

latest1.7 KB
Original Source

Table.Cell(Int32, Int32) Method

Provides access to a cell in a table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell Cell(
    int row,
    int column
)
vb
Function Cell(
    row As Integer,
    column As Integer
) As TableCell

Parameters

NameTypeDescription
rowInt32

The zero-based table row index. An integer between 0 and the number of rows in the table.

| | column | Int32 |

The zero-based table column index. An integer between 0 and the number of columns in the table.

|

Returns

TypeDescription
TableCell

A TableCell object that is the cell in a table.

|

See Also

Tables in Rich Text Documents

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace