GetCell Method (SapTable)

Class

SapTable.

Action

Returns a visible table cell.

Syntax

C#
cell = table.GetCell(row, column)
VB
cell = table.GetCell(row, column)
Variable Description
cell SapComponent.
row Index of the row, starting at the first visible row. The value is zero-based. Integer.
column Index of the column. The value is zero-based. Integer.