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


In This Topic
    Separator Property (CurrencyCellType)
    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 CurrencyCellType
    Dim value As String
     
    instance.Separator = value
     
    value = instance.Separator
    public string Separator {get; set;}
    See Also