Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / ShowZeros Property


In This Topic
    ShowZeros Property (ExcelWorksheet)
    In This Topic
    Gets or sets a value indicating whether the window should show 0 (zero) in cells containing zero value.
    Syntax
    'Declaration
     
    Public Property ShowZeros As Boolean
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Boolean
     
    instance.ShowZeros = value
     
    value = instance.ShowZeros
    public bool ShowZeros {get; set;}
    See Also