Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RowFilter Property


In This Topic
    RowFilter Property (Worksheet)
    In This Topic
    Gets or sets the row filter for the sheet.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property RowFilter As RowFilterBase
    'Usage
     
    Dim instance As Worksheet
    Dim value As RowFilterBase
     
    instance.RowFilter = value
     
    value = instance.RowFilter
    [DefaultValue("")]
    public RowFilterBase RowFilter {get; set;}

    Property Value

    The row filter for the sheet.
    See Also