In This Topic
Gets whether the row on this sheet displays a child view in a 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
Exceptions
See Also