Filter.On Property
True if the specified filter is on.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property On As Boolean
Get
'Usage
Dim instance As Filter
Dim value As Boolean
value = instance.On
bool On { get; }
Property Value
Type: System.Boolean