ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / ShowZeros Property

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