Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Row Class / IsFilteredOut Property


In This Topic
    IsFilteredOut Property
    In This Topic
    Gets a value that indicates whether this row is filtered out.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public ReadOnly Property IsFilteredOut As Boolean
    'Usage
     
    Dim instance As Row
    Dim value As Boolean
     
    value = instance.IsFilteredOut
    [DefaultValue(false)]
    public bool IsFilteredOut {get;}

    Property Value

    true if this row is filtered out; otherwise, false. The default value is false.
    See Also