Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFilter Interface / On Property


In This Topic
    On Property
    In This Topic
    Gets a value indicating whether this IFilter is on.
    Syntax
    'Declaration
     
    
    ReadOnly Property On As Boolean
    'Usage
     
    
    Dim instance As IFilter
    Dim value As Boolean
     
    value = instance.On
    bool On {get;}

    Property Value

    true if the specified filter is on; otherwise, false.
    See Also