'Declaration
Public Enum PercentFormat Inherits System.Enum
'Usage
Dim instance As PercentFormat
public enum PercentFormat : System.Enum
'Declaration
Public Enum PercentFormat Inherits System.Enum
'Usage
Dim instance As PercentFormat
public enum PercentFormat : System.Enum
Member | Description |
---|---|
PercentSignAfter | [1] Displays the percent symbol immediately after the value |
PercentSignAfterWithSpace | [3] Displays the percent symbol with a single space after the value |
PercentSignBefore | [0] Displays the percent symbol immediately before the value |
PercentSignBeforeWithSpace | [2] Displays the percent symbol with a single space before the value |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.PercentFormat