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


In This Topic
    AutoSortFrozenRows Property
    In This Topic
    Gets or sets a value that indicates whether frozen rows are sorted.
    Syntax
    'Declaration
     
    
    Public Property AutoSortFrozenRows As Boolean
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Boolean
     
    instance.AutoSortFrozenRows = value
     
    value = instance.AutoSortFrozenRows
    public bool AutoSortFrozenRows {get; set;}
    See Also