[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.CellValue.-ctor

CellValue Constructor

CellValue(TimeSpan)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(TimeSpan value)
Public Sub New(value As TimeSpan)
Parameters
Type Name Description
TimeSpan value

The TimeSpan value.

CellValue(DateTime)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(DateTime value)
Public Sub New(value As Date)
Parameters
Type Name Description
DateTime value

The DateTime value

CellValue(string)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(string value)
Public Sub New(value As String)
Parameters
Type Name Description
string value

The string value.

CellValue(double)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(double value)
Public Sub New(value As Double)
Parameters
Type Name Description
double value

The double value.

CellValue(bool)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(bool value)
Public Sub New(value As Boolean)
Parameters
Type Name Description
bool value

The boolean value.

CellValue(CalcError)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(CalcError value)
Public Sub New(value As CalcError)
Parameters
Type Name Description
CalcError value

The CalcError value.

CellValue(object)

Initializes a new instance of the CellValue struct.

Declaration
public CellValue(object value)
Public Sub New(value As Object)
Parameters
Type Name Description
object value

The object value.