[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.NegativeFormat

NegativeFormat Enum

Specifies the display of the negative sign in the cell contents.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum NegativeFormat
Public Enum NegativeFormat

Fields

Name Description
NegativeSignAfter

Displays the negative sign (to the right) after the value, as in 1-

NegativeSignAfterWithSpace

Displays the negative sign with a space (to the right) after the value, as in 1 -

NegativeSignBefore

Displays the negative sign (to the left) before the value, as in -1

NegativeSignBeforeWithSpace

Displays 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