Spread WPF Documentation
IconValueType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : IconValueType Enumeration
Specifies the scale type for the value.
Syntax
'Declaration
 
Public Enum IconValueType 
   Inherits System.Enum
'Usage
 
Dim instance As IconValueType
public enum IconValueType : System.Enum 
Members
MemberDescription
FormulaIndicates whether to return the result of a formula calculation.
NumberIndicates whether to return a specified number directly.
PercentIndicates whether to return the percentage of a cell value in a specified cell range.
PercentileIndicates whether to return the percentile of a cell value in a specified cell range.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.IconValueType

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace