[]
Initializes a new instance of the CellValue struct.
public CellValue(TimeSpan value)
Public Sub New(value As TimeSpan)
Initializes a new instance of the CellValue struct.
public CellValue(DateTime value)
Public Sub New(value As Date)
Initializes a new instance of the CellValue struct.
public CellValue(string value)
Public Sub New(value As String)
Type | Name | Description |
---|---|---|
string | value | The string value. |
Initializes a new instance of the CellValue struct.
public CellValue(double value)
Public Sub New(value As Double)
Type | Name | Description |
---|---|---|
double | value | The double value. |
Initializes a new instance of the CellValue struct.
public CellValue(bool value)
Public Sub New(value As Boolean)
Type | Name | Description |
---|---|---|
bool | value | The boolean value. |
Initializes a new instance of the CellValue struct.
public CellValue(CalcError value)
Public Sub New(value As CalcError)
Initializes a new instance of the CellValue struct.
public CellValue(object value)
Public Sub New(value As Object)