positiveFormat

Type: Integer

The positiveFormat property of the CurrencyFormat class contains the Windows positive currency format index.

The CurrencyFormat class constants, listed in the following table, specify the positive monetary amount sign position. (In these examples, the dollar symbol ($) represents any currency symbol defined by the symbol property.)

CurrencyFormat Class Constant Value Example Comment
PosCurrLeadingSymbol 0 $1.1  
PosCurrTrailingSymbol 1 1.1$  
PosCurrLeadingSymbolSpace 2 $ 1.1 Space after $
PosCurrTrailingSpaceSymbol 3 1.1 $ Space before $