Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / ShowSeparator Property


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