Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Expandable Property


In This Topic
Expandable Property
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
See Also