Spread Windows Forms 12.0 Product Documentation
DisplayZeros Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheetView Interface : DisplayZeros Property
Gets or sets a value indicating whether the window should show 0 (zero) in cells containing zero value.
Syntax
'Declaration
 
Property DisplayZeros As Boolean
'Usage
 
Dim instance As IWorksheetView
Dim value As Boolean
 
instance.DisplayZeros = value
 
value = instance.DisplayZeros
bool DisplayZeros {get; set;}

Property Value

true if the window should show 0 (zero) in cells containing zero value; otherwise, false.
See Also

Reference

IWorksheetView Interface
IWorksheetView Members