Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure
Fields Properties Methods


In This Topic
    CellValue Structure Members
    In This Topic

    The following tables list the members exposed by CellValue.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Represents an invalid cell value. This field is read-only.  
    Public Fieldstatic (Shared in Visual Basic)  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the DateTime value.  
    Public PropertyGets the CalcError value.  
    Public PropertyGets the System.Boolean value.  
    Public PropertyGets the System.Double value.  
    Public PropertyGets the System.Object value.  
    Public PropertyGets the System.String value.  
    Public PropertyGets the TimeSpan value.  
    Public PropertyGets a ValueType value that indicates the value type.  
    Top
    Public Methods
     NameDescription
    Public MethodReturned the boxed value of this cell value.  
    Public MethodDetermines whether the specified System.Object, is equal to this instance.  
    Public MethodReturns a hash code for this instance.  
    Public MethodGets numeric value from the CellValue object.  
    Public MethodGets numeric value from the CellValue object.  
    Public MethodGets System.String value from the CellValue value.  
    Public MethodDetermines whether this cell value is valid.  
    Public MethodResets this cell value to null.  
    Public MethodSets the System.Object value.  
    Top
    See Also