GridWidget.IsRowSelected
 
 
 

GridWidget.IsRowSelected

Introduced

v4.2

Description

Tests whether an entire row is selected.

C# Syntax

Boolean GridWidget.IsRowSelected( Int32 in_Row );

Scripting Syntax

oBoolean = GridWidget.IsRowSelected( RowIndex );

Return Value

Boolean

Parameters

Parameter Type Description
RowIndex Long or String Index of the Row. The top row has index 0.

See Also

GridWidget.IsCellSelected GridWidget.IsColumnSelected