Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NumberCellType Class / Separator Property


In This Topic
    Separator Property (NumberCellType)
    In This Topic
    Gets or sets the string used to separate thousands in a numeric value.
    Syntax
    'Declaration
     
    
    Public Property Separator As String
    'Usage
     
    
    Dim instance As NumberCellType
    Dim value As String
     
    instance.Separator = value
     
    value = instance.Separator
    public string Separator {get; set;}
    See Also