Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IRowFilter Interface / SheetView Property


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

    Property Value

    SheetView containing the sheet
    See Also