Click or drag to resize

CellValue Constructor

Overload List
 NameDescription
Public methodCellValue Initializes a new instance of the CellValue class.
Public methodCellValue(Boolean) Instantiates an instance of CellValue for a Boolean.
Public methodCellValue(DateTime) Instantiates an instance of CellValue for a DateTime. Dates must be in ISO 8601 format, which this constructor ensures
Public methodCellValue(DateTimeOffset) Instantiates an instance of CellValue for a DateTimeOffset. Dates must be in ISO 8601 format, which this constructor ensures
Public methodCellValue(Decimal) Instantiates an instance of CellValue for a Decimal.
Public methodCellValue(Double) Instantiates an instance of CellValue for a Double.
Public methodCellValue(Int32) Instantiates an instance of CellValue for a Int32.
Public methodCellValue(String) Initializes a new instance of the CellValue class with the specified text content.
Top
See Also