[]
Represent data of a cell.
public class CellData : IEquatable<CellData>
Public Class CellData
Implements IEquatable(Of CellData)
| Name | Description |
|---|---|
| Empty | Represents the empty cell value. |
| Name | Description |
|---|---|
| CellFormat | Gets the cell format. |
| Formula | Gets the cell formula. |
| IsSpilled | Gets a boolean value indicating whether the cell is spilled. |
| Value | Gets the cell value. |
| Name | Description |
|---|---|
| Create(object, CfExecutedResult) | Create a cell data. |
| GetText(IWorkbook) | Gets the display text of the cell. |
| IsEmpty() | Gets a boolean value indicating whether this CellData value is empty. |