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


In This Topic
    ShowSeparator Property (CurrencyCellType)
    In This Topic
    Gets or sets whether to display the thousands separator string.
    Syntax
    'Declaration
     
    
    Public Property ShowSeparator As Boolean
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim value As Boolean
     
    instance.ShowSeparator = value
     
    value = instance.ShowSeparator
    public bool ShowSeparator {get; set;}
    See Also