[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellValue

CellValue Struct

Specifies a cell value.

Implements
Namespace: GrapeCity.CalcEngine
Assembly: GrapeCity.CalcEngine.dll
Syntax
public struct CellValue : IEquatable<CellValue>
Public Structure CellValue
    Implements IEquatable(Of CellValue)

Constructors

Name Description
CellValue(CalcError)

Initializes a new instance of the CellValue struct.

CellValue(bool)

Initializes a new instance of the CellValue struct.

CellValue(DateTime)

Initializes a new instance of the CellValue struct.

CellValue(double)

Initializes a new instance of the CellValue struct.

CellValue(object)

Initializes a new instance of the CellValue struct.

CellValue(string)

Initializes a new instance of the CellValue struct.

CellValue(TimeSpan)

Initializes a new instance of the CellValue struct.

Fields

Name Description
False

Represents a false cell value.

Invalid

Represents an invalid cell value.

True

Represents a true cell value.

Properties

Name Description
DateTime

Gets the DateTime value.

Error

Gets the CalcError value.

Logical

Gets the bool value.

Number

Gets the double value.

Object

Gets the object value.

Text

Gets the string value.

TimeSpan

Gets the TimeSpan value.

Type2

Gets a ValueType value that indicates the value type.

Methods

Name Description
Box()

Returned the boxed value of this cell value.

Equals(CellValue)

Indicates whether the current CellValue value is equal to another CellValue value.

Equals(object)

Determines whether the specified object, is equal to this instance.

GetHashCode()

Returns a hash code for this instance.

GetLogical(IEvaluationContext)

Gets numeric value from the CellValue object.

GetNumber(IEvaluationContext)

Gets numeric value from the CellValue object.

GetText(IEvaluationContext)

Gets string value from the CellValue value.

IsValid()

Determines whether this cell value is valid.

Reset()

Resets this cell value to null.

SetValue(object)

Sets the object value.