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

In This Topic
    ShowValues Property (PivotFilter)
    In This Topic
    Gets or sets an array with the values that should be included in the output.
    Syntax
    'Declaration
     
    Public Property ShowValues As Object()
    public object[] ShowValues {get; set;}
    Remarks
    Setting this property to null causes the filter to include all values in the output.
    See Also