FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / NegativeFormat Enumeration


NegativeFormat Enumeration
Specifies the display of the negative sign in the cell contents.
Syntax
'Declaration
 
Public Enum NegativeFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As NegativeFormat
Members
MemberDescription
NegativeSignAfterDisplays the negative sign (to the right) after the value, as in 1-
NegativeSignAfterWithSpaceDisplays the negative sign with a space (to the right) after the value, as in 1 -
NegativeSignBeforeDisplays the negative sign (to the left) before the value, as in -1
NegativeSignBeforeWithSpaceDisplays the negative sign with a space (to the left) before the value, as in - 1
Parentheses[0] Displays the value within parentheses, as in (1)
UseRegional[-1] Displays the value according to the Windows regional settings
Inheritance Hierarchy

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

See Also