In This Topic
Gets or sets whether the rows are expandable.
Syntax
'Declaration
Public Overridable Property Expandable As Boolean
'Usage
Dim instance As SheetView
Dim value As Boolean
instance.Expandable = value
value = instance.Expandable
public virtual bool Expandable {get; set;}
See Also