Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / PercentFormat Enumeration


PercentFormat Enumeration
Specifies the display of the percent symbol in the cell contents.
Syntax
'Declaration
 
Public Enum PercentFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As PercentFormat
Members
MemberDescription
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
Inheritance Hierarchy

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

See Also