Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadCommandEventArgs Class / SortFrozenRows Property
Example


In This Topic
    SortFrozenRows Property
    In This Topic
    Gets or sets whether the frozen rows should be sorted when the sorting command occurs.
    Syntax
    'Declaration
     
    
    Public Property SortFrozenRows As Boolean
    'Usage
     
    
    Dim instance As SpreadCommandEventArgs
    Dim value As Boolean
     
    instance.SortFrozenRows = value
     
    value = instance.SortFrozenRows
    public bool SortFrozenRows {get; set;}
    Example
    This example sets the SortFrozenRows event argument.
    See Also