Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfo Class / Resizable Property


In This Topic
    Resizable Property (ColumnInfo)
    In This Topic
    Syntax
    'Declaration
     
    <DefaultValueAttribute(True)>
    Public Property Resizable As Boolean
    'Usage
     
    Dim instance As ColumnInfo
    Dim value As Boolean
     
    instance.Resizable = value
     
    value = instance.Resizable
    [DefaultValue(true)]
    public bool Resizable {get; set;}
    See Also