GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateHourDisplayField Class / ShowLeadingZero Property


In This Topic
ShowLeadingZero Property (DateHourDisplayField)
In This Topic
Gets or sets a value indicating whether show leading zero.
Syntax
'Declaration
 
Public Property ShowLeadingZero As Boolean
 
'Usage
 
Dim instance As DateHourDisplayField
Dim value As Boolean
 
instance.ShowLeadingZero = value
 
value = instance.ShowLeadingZero

Property Value

true if show leading zero; otherwise, false.
The default is false.
Remarks
The property retrieves whether shows the leading zero.
See Also