[]
Initializes a new instance of the CellValue struct.
public CellValue(TimeSpan value)
Public Sub New(value As TimeSpan)
Type | Name | Description |
---|---|---|
TimeSpan | value | The TimeSpan value. |
Initializes a new instance of the CellValue struct.
public CellValue(DateTime value)
Public Sub New(value As Date)
Type | Name | Description |
---|---|---|
DateTime | value | The DateTime value |
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)
Type | Name | Description |
---|---|---|
CalcError | value | The CalcError value. |
Initializes a new instance of the CellValue struct.
public CellValue(object value)
Public Sub New(value As Object)
Type | Name | Description |
---|---|---|
object | value | The object value. |