Gets whether the row is expanded in the hierarchical display.
public virtual bool IsRowExpanded(
int
)
'Declaration
Public Overridable Function IsRowExpanded( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
value = instance.IsRowExpanded(row)
Parameters
- row
- Row index
Return Value
true if the row is expanded; otherwise false
This example returns whether the specified row is expanded.