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


In This Topic
    PercentSign Property (PercentCellType)
    In This Topic
    Gets or sets the character to display as the percent sign.
    Syntax
    'Declaration
     
    
    Public Property PercentSign As String
    'Usage
     
    
    Dim instance As PercentCellType
    Dim value As String
     
    instance.PercentSign = value
     
    value = instance.PercentSign
    public string PercentSign {get; set;}
    See Also