Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / LeadingZero Property


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