In This Topic
Gets whether the row on this sheet can be expanded to show a child view in a 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