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


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