Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ShowZeros Property


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