DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / AndConditions Property

In This Topic
    AndConditions Property (PivotFilter)
    In This Topic
    Gets or sets whether the filter conditions should be combined with an 'And' or with an 'Or' operator.
    Syntax
    'Declaration
     
    Public Property AndConditions As Boolean
    public bool AndConditions {get; set;}
    See Also