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


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