GetVisibleCellsForColumn Method (SapTable)
Class
SapTable
.
Action
Returns the visible cells for the given column.
Syntax
visibleCellsForColumn
=
table
.
GetVisibleCellsForColumn
(
column
)
Variable
Description
visibleCellsForColumn
List(Of
SapComponent
)
.
column
Index of the column. The value is zero-based.
Integer
.