FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / LeadingZero Property


In This Topic
LeadingZero Property (PercentCellType)
In This Topic
Gets or sets whether leading zeros are displayed.
Syntax
'Declaration
 
Public Property LeadingZero As LeadingZero
 
'Usage
 
Dim instance As PercentCellType
Dim value As LeadingZero
 
instance.LeadingZero = value
 
value = instance.LeadingZero
See Also