SelectColumn Method (SapTable)
Class
SapTable
.
Action
Selects the given column.
Syntax
C#
table
.
SelectColumn
(
column
)
VB
table
.
SelectColumn
(
column
)
Variable
Description
column
Index of the column. The value is zero-based.
Integer
.