| Visual Basic (Declaration) | |
|---|---|
Public Enum PercentNegativeFormat Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PercentNegativeFormat : Enum | |
| Member | Description |
|---|---|
| UseRegional | [-1] Displays the negative percent value in the format set by the Windows regional settings |
| PercentAfterWithSpace | [0] Displays the negative percent value with a space and the percent symbol following the number |
| PercentAfter | [1] Displays the negative percent value with the percent symbol following the number |
| PercentBefore | [2] Displays the negative percent value with the percent symbol before the number |
This example specifies the format for negative percent values and places the percent sign with a space after the value.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.CellType.PercentCellType prct = new FarPoint.Win.Spread.CellType.PercentCellType(); | |
| Visual Basic | Copy Code |
|---|---|
Dim prct As New FarPoint.Win.Spread.CellType.PercentCellType() | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.PercentNegativeFormat