Gets whether the row on this sheet is expandable in the hierarchical display.
Syntax
'Declaration
Public Overridable Function GetRowExpandable( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
value = instance.GetRowExpandable(row)
public virtual bool GetRowExpandable(
int
)
Parameters
- row
- Row index
Exceptions
See Also