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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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