Gets or sets a value indicating whether the window should show 0 (zero) in cells containing zero value.
public bool DisplayZeros {get; set;}
'Declaration
Public Property DisplayZeros As Boolean
'Usage
Dim instance As WorksheetView
Dim value As Boolean
instance.DisplayZeros = value
value = instance.DisplayZeros
Property Value
true
if the window should show 0 (zero) in cells containing zero value; otherwise,
false
.