Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    BitArray containing the values whether the sort indicator is displayed
    See Also