'Declaration
Public Enum CfValueType Inherits System.Enum
'Usage
Dim instance As CfValueType
public enum CfValueType : System.Enum
'Declaration
Public Enum CfValueType Inherits System.Enum
'Usage
Dim instance As CfValueType
public enum CfValueType : System.Enum
Member | Description |
---|---|
AutoMax | The longest data bar is proportional to the maximum value in the range. |
AutoMin | The shortest data bar is proportional to the minimum value in the range. |
Formula | Formula is used. |
Max | Highest value from the list of values. |
Min | Lowest value from the list of values. |
None | No conditional value. |
Numeric | Number is used. |
Percent | Percentage is used. |
Percentile | Percentile is used. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.CfValueType