![]() | Cell |
Name | Description | |
---|---|---|
![]() | CellValue | Initializes a new instance of the CellValue class. |
![]() | CellValue(Boolean) | Instantiates an instance of CellValue for a Boolean. |
![]() | CellValue(DateTime) | Instantiates an instance of CellValue for a DateTime. Dates must be in ISO 8601 format, which this constructor ensures |
![]() | CellValue(DateTimeOffset) | Instantiates an instance of CellValue for a DateTimeOffset. Dates must be in ISO 8601 format, which this constructor ensures |
![]() | CellValue(Decimal) | Instantiates an instance of CellValue for a Decimal. |
![]() | CellValue(Double) | Instantiates an instance of CellValue for a Double. |
![]() | CellValue(Int32) | Instantiates an instance of CellValue for a Int32. |
![]() | CellValue(String) | Initializes a new instance of the CellValue class with the specified text content. |