IsColumnSelected Method (SapTable)

Class

SapTable.

Action

Returns true if the given column is selected.

Syntax

C#
columnSelected = table.IsColumnSelected(column)
VB
columnSelected = table.IsColumnSelected(column)
Variable Description
columnSelected Boolean.
column Index of the column. The value is zero-based. Integer.