Spread Windows Forms 12.0 Product Documentation
ValueType Enumeration


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace : ValueType Enumeration
Represents the type of evaluated value.
Syntax
'Declaration
 
Public Enum ValueType 
   Inherits System.Enum
'Usage
 
Dim instance As ValueType
public enum ValueType : System.Enum 
Members
MemberDescription
AdjustableReferenceIndicates the value type is reference which is declared in the formula
DateTimeIndicates the value type is DateTime which is introduced from Excel 2010.
EmptyIndicates there is no value returned.
ErrorIndicates the value type is calculation error.
IntegerIndicates the value type is integer number.
LogicalIndicates the value type is boolean.
MultiReferenceIndicates the value type is multi-reference.
NumberIndicates the value type is numeric.
ObjectIndicates the value type is general object.
ReferenceIndicates the value type is reference (declared in the formula or be calculated)
Reference3DIndicates the value type is 3D-Reference.
TextIndicates the value type is string.
TimeSpanIndicates the value type is TimeSpan.
ValuesArrayIndicates the value type is array.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.CalcEngine.ValueType

See Also

Reference

GrapeCity.CalcEngine Namespace