'Declaration
Public Enum PercentPositiveFormat Inherits System.Enum
'Usage
Dim instance As PercentPositiveFormat
public enum PercentPositiveFormat : System.Enum
'Declaration
Public Enum PercentPositiveFormat Inherits System.Enum
'Usage
Dim instance As PercentPositiveFormat
public enum PercentPositiveFormat : System.Enum
Member | Description |
---|---|
PercentAfter | [1] Displays the positive percent value with the percent symbol following the number |
PercentAfterWithSpace | [0] Displays the positive percent value with a space and the percent symbol following the number |
PercentBefore | [2] Displays the positive percent value with the percent symbol before the number |
UseRegional | [-1] Displays the positive percent value in the format set by the Windows regional settings |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.PercentPositiveFormat