Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / RowFilter Property
Example


In This Topic
    RowFilter Property
    In This Topic
    Gets or sets the row filter for the sheet.
    Syntax
    'Declaration
     
    Public Property RowFilter As IRowFilter
    'Usage
     
    Dim instance As SheetView
    Dim value As IRowFilter
     
    instance.RowFilter = value
     
    value = instance.RowFilter
    public IRowFilter RowFilter {get; set;}

    Property Value

    IRowFilter object containing the row filter
    Example

    This example sets the filter for the rows.

    See Also