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


In This Topic
    CurrencyPositiveFormat Enumeration
    In This Topic
    Specifies the formatting of the currency symbol and positive sign in a currency cell.
    Syntax
    'Declaration
     
    
    Public Enum CurrencyPositiveFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CurrencyPositiveFormat
    public enum CurrencyPositiveFormat : System.Enum 
    Members
    MemberDescription
    CurrencySymbolAfter[1] Displays the currency symbol after the value
    CurrencySymbolAfterWithSpace[3] Displays the currency symbol with a space after the value
    CurrencySymbolBefore[0] Displays the currency symbol before the value
    CurrencySymbolBeforeWithSpace[2] Displays the currency symbol with a space before the value
    UseRegional[-1] Displays the currency symbol according to the Windows regional setting
    Inheritance Hierarchy

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

    See Also