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


In This Topic
    AllowAutoSort Property (ColumnClipInfo)
    In This Topic
    Gets or sets whether the column allows automatic sorting.
    Syntax
    'Declaration
     
    
    Public Property AllowAutoSort As Boolean
    'Usage
     
    
    Dim instance As ColumnClipInfo
    Dim value As Boolean
     
    instance.AllowAutoSort = value
     
    value = instance.AllowAutoSort
    public bool AllowAutoSort {get; set;}
    See Also