Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DefaultRowFilter Class / FilterFrozenRows Property
Example


In This Topic
    FilterFrozenRows Property (DefaultRowFilter)
    In This Topic
    Gets or sets whether frozen rows are filtered.
    Syntax
    'Declaration
     
    
    Public Property FilterFrozenRows As Boolean
    'Usage
     
    
    Dim instance As DefaultRowFilter
    Dim value As Boolean
     
    instance.FilterFrozenRows = value
     
    value = instance.FilterFrozenRows
    public bool FilterFrozenRows {get; set;}
    Example
    This example displays frozen rows, but does not display the hidden row.  Select 5 in the row filter to see this behavior.
    See Also