Spread Windows Forms 12.0 Product Documentation
ShowLeadingZero Property (DateEraYearDisplayFieldInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace > DateEraYearDisplayFieldInfo Class : ShowLeadingZero Property
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
public bool ShowLeadingZero {get; set;}

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

Reference

DateEraYearDisplayFieldInfo Class
DateEraYearDisplayFieldInfo Members