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


In This Topic
    PercentNegativeFormat Enumeration
    In This Topic
    Specifies the display of negative values in a percent cell.
    Syntax
    'Declaration
     
    
    Public Enum PercentNegativeFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PercentNegativeFormat
    public enum PercentNegativeFormat : System.Enum 
    Members
    MemberDescription
    PercentAfter[1] Displays the negative percent value with the percent symbol following the number
    PercentAfterWithSpace[0] Displays the negative percent value with a space and the percent symbol following the number
    PercentBefore[2] Displays the negative percent value with the percent symbol before the number
    UseRegional[-1] Displays the negative percent value in the format set by the Windows regional settings
    Inheritance Hierarchy

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

    See Also