[]
Specifies a cell value.
public struct CellValue : IEquatable<CellValue>
Public Structure CellValue
Implements IEquatable(Of CellValue)
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. |
Name | Description |
---|---|
False | Represents a |
Invalid | Represents an invalid cell value. |
True | Represents a |
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. |
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) | |
IsValid() | Determines whether this cell value is valid. |
Reset() | Resets this cell value to |
SetValue(object) | Sets the object value. |