GetCellAbsolute Method (SapTable)

Class

SapTable.

Action

Returns a table cell. If the row is not visible, it will be scrolled into view.

Syntax

C#
cellAbsolute = table.GetCellAbsolute(row, column)
VB
cellAbsolute = table.GetCellAbsolute(row, column)
Variable Description
cellAbsolute SapComponent.
row Index of the row. The value is zero-based. Integer.
column Index of the column. The value is zero-based. Integer.