Spread Silverlight Documentation
CustomValueType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : CustomValueType Enumeration
Specifies the custom cell value type.
Syntax
'Declaration
 
Public Enum CustomValueType 
   Inherits System.Enum
'Usage
 
Dim instance As CustomValueType
public enum CustomValueType : System.Enum 
Members
MemberDescription
Empty Indicates whether the cell value is empty or null.
Error Indicates whether the cell value contains a calculation error.
Formula Indicates whether the cell value is a formula.
NonEmpty Indicates whether the cell value is not empty or null.
NonError Indicates whether the cell value does not contain a calculation error.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace