Spread Silverlight 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
Formula Indicates whether to return the result of a formula calculation.
Number Indicates whether to return a specified number directly.
Percent Indicates whether to return the percentage of a cell value in a specified cell range.
Percentile Indicates 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