Spread Silverlight Documentation
ShowZeros Property (IExcelWorksheet)


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

Reference

IExcelWorksheet Interface
IExcelWorksheet Members