Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Column Class / Resizable Property


In This Topic
    Resizable Property (Column)
    In This Topic
    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