Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DateEraYearDisplayFieldInfo Class / ShowLeadingZero Property


In This Topic
ShowLeadingZero Property (DateEraYearDisplayFieldInfo)
In This Topic
Gets or sets a value that indicates whether to show leading zeros.
Syntax
'Declaration
 
Public Property ShowLeadingZero As Boolean
 
'Usage
 
Dim instance As DateEraYearDisplayFieldInfo
Dim value As Boolean
 
instance.ShowLeadingZero = value
 
value = instance.ShowLeadingZero

Property Value

true to show leading zeros; otherwise, false.
The default is false.
Remarks
This property retrieves whether to show the leading zero.
See Also