Spread for ASP.NET 12 Product Documentation
Expandable Property


FarPoint.Web.Spread Assembly > FarPoint.Web.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;}
See Also

Reference

SheetView Class
SheetView Members