Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentCellType Class / GetSeparatorCharacter Method


In This Topic
    GetSeparatorCharacter Method (PercentCellType)
    In This Topic
    Gets the separator character string for formatting percent values.
    Syntax
    'Declaration
     
    
    Protected Function GetSeparatorCharacter() As String
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As String
     
    value = instance.GetSeparatorCharacter()
    protected string GetSeparatorCharacter()
    See Also