Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ColumnClipInfo Class / Resizable Property


In This Topic
    Resizable Property (ColumnClipInfo)
    In This Topic
    Gets or sets whether this column can be resized.
    Syntax
    'Declaration
     
    
    Public Property Resizable As Boolean
    'Usage
     
    
    Dim instance As ColumnClipInfo
    Dim value As Boolean
     
    instance.Resizable = value
     
    value = instance.Resizable
    public bool Resizable {get; set;}
    See Also