📚 SAP Business One SDK Help

IsExpanded Method
See Also 
rowIndex
The number of the row to check

Description

Indicates whether the specified row is expanded.

Syntax

Visual Basic
Public Function IsExpanded( _
   ByVal rowIndex As Long _
) As Boolean

Parameters

rowIndex
The number of the row to check

Return Type

True if the row is expanded, false if collapsed.

See Also