FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / ShowZeros Property

In This Topic
    ShowZeros Property (C1PivotEngine)
    In This Topic
    Gets or sets a value that determines whether the PivotEngine output table should use zeros to indicate missing values.
    Syntax
    'Declaration
     
    Public Property ShowZeros As Boolean
    public bool ShowZeros {get; set;}
    See Also