Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.SaveAutoSortColumns Class / AllowAutoSort Property


In This Topic
    AllowAutoSort Property (SheetView.SaveAutoSortColumns)
    In This Topic
    Gets the values of AllowAutoSort (whether to allow automatic sorting) for the columns in this sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AllowAutoSort As BitArray
    'Usage
     
    
    Dim instance As SheetView.SaveAutoSortColumns
    Dim value As BitArray
     
    value = instance.AllowAutoSort
    public BitArray AllowAutoSort {get;}
    See Also