Spread Windows Forms 12.0 Product Documentation
CfValueType Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : CfValueType Enumeration
Specifies the types of condition values that can be used.
Syntax
'Declaration
 
Public Enum CfValueType 
   Inherits System.Enum
'Usage
 
Dim instance As CfValueType
public enum CfValueType : System.Enum 
Members
MemberDescription
AutoMaxThe longest data bar is proportional to the maximum value in the range.
AutoMinThe shortest data bar is proportional to the minimum value in the range.
FormulaFormula is used.
MaxHighest value from the list of values.
MinLowest value from the list of values.
NoneNo conditional value.
NumericNumber is used.
PercentPercentage is used.
PercentilePercentile is used.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.CfValueType

See Also

Reference

GrapeCity.Spreadsheet Namespace