Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetView Class / DisplayZeros Property


In This Topic
DisplayZeros Property
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 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.
See Also