GridWidget.IsColumnSelected
 
 
 

GridWidget.IsColumnSelected

Introduced

v4.2

Description

Tests whether an entire column is selected.

C# Syntax

Boolean GridWidget.IsColumnSelected( Int32 in_Column );

Scripting Syntax

oBoolean = GridWidget.IsColumnSelected( ColumnIndex );

Return Value

Boolean

Parameters

Parameter Type Description
ColumnIndex Long or String Index of the Column. The left-most column has index 0.

See Also

GridWidget.IsCellSelected GridWidget.IsRowSelected