Spread for ASP.NET 12 Product Documentation
Resizable Property (Column)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Column Class : Resizable Property
Gets or sets whether this column can be resized.
Syntax
'Declaration
 
Public Property Resizable As Boolean
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.Resizable = value
 
value = instance.Resizable
public bool Resizable {get; set;}
See Also

Reference

Column Class
Column Members