Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns a TableCell object that represents the table cell that exists at the given column and row.

C#
vb.net

Parameters

row
An int representing the table cell's row.
column
An int representing the table cell's column.

Returns

An TableCell object that represents the table cell that exists at the given column and row.

Examples

C#
vb.net
  • No labels