Spread WPF Documentation
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
EmptyIndicates whether the cell value is empty or null.
ErrorIndicates whether the cell value contains a calculation error.
FormulaIndicates whether the cell value is a formula.
NonEmptyIndicates whether the cell value is not empty or null.
NonErrorIndicates whether the cell value does not contain a calculation error.
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.