Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.SaveAutoSortColumns Class / SheetView.SaveAutoSortColumns Constructor / SheetView.SaveAutoSortColumns Constructor(BitArray,BitArray)
Values of AllowAutoSort for the columns
Values of ShowSortIndicator for the columns


In This Topic
    SheetView.SaveAutoSortColumns Constructor(BitArray,BitArray)
    In This Topic
    Creates a new set of sorting settings.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal allowAutoSort As BitArray, _
       ByVal showIndicator As BitArray _
    )
    'Usage
     
    
    Dim allowAutoSort As BitArray
    Dim showIndicator As BitArray
     
    Dim instance As New SheetView.SaveAutoSortColumns(allowAutoSort, showIndicator)
    public SheetView.SaveAutoSortColumns( 
       BitArray allowAutoSort,
       BitArray showIndicator
    )

    Parameters

    allowAutoSort
    Values of AllowAutoSort for the columns
    showIndicator
    Values of ShowSortIndicator for the columns
    See Also