Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentFormat Enumeration


In This Topic
    PercentFormat Enumeration
    In This Topic
    Specifies the display of the percent symbol in the cell contents.
    Syntax
    'Declaration
     
    
    Public Enum PercentFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PercentFormat
    public enum PercentFormat : System.Enum 
    Members
    MemberDescription
    PercentSignAfter[1] Displays the percent symbol immediately after the value
    PercentSignAfterWithSpace[3] Displays the percent symbol with a single space after the value
    PercentSignBefore[0] Displays the percent symbol immediately before the value
    PercentSignBeforeWithSpace[2] Displays the percent symbol with a single space before the value
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.PercentFormat

    See Also