Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / LeadingZero Property


In This Topic
    LeadingZero Property (CurrencyCellType)
    In This Topic
    Gets or sets whether leading zeros are displayed.
    Syntax
    'Declaration
     
    
    Public Property LeadingZero As LeadingZero
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As LeadingZero
     
    instance.LeadingZero = value
     
    value = instance.LeadingZero
    public LeadingZero LeadingZero {get; set;}
    See Also