In This Topic
Gets whether the row is expanded in the hierarchical display.
Syntax
'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)
public virtual bool IsRowExpanded(
int
)
Parameters
- row
- Row index
Return Value
true if the row is expanded; otherwise false
Exceptions
Example
This example returns whether the specified row is expanded.
See Also