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


In This Topic
    DecimalSeparator Property (CurrencyCellType)
    In This Topic
    Gets or sets the decimal character.
    Syntax
    'Declaration
     
    
    Public Property DecimalSeparator As String
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As String
     
    instance.DecimalSeparator = value
     
    value = instance.DecimalSeparator
    public string DecimalSeparator {get; set;}
    See Also