ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLSheet Class / ShowZeros Property

In This Topic
    ShowZeros Property
    In This Topic
    Gets or sets whether Excel should show the zero values on the sheet.
    Syntax
    'Declaration
     
    Public Property ShowZeros As System.Boolean
    public System.bool ShowZeros {get; set;}
    See Also