Spread Windows Forms 12.0 Product Documentation
Expandable Property
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : Expandable Property
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;}
Remarks
This property determines whether rows are expandable in a hierarchy view. The SetRowExpandable method has no effect if this property is set to false.
Example
This example sets the Expandable property.
fpSpread1.Sheets[0].Expandable = true;
FpSpread1.Sheets(0).Expandable = True
See Also

Reference

SheetView Class
SheetView Members