[]
The Excel cell.
public class Cell
| Name | Description |
|---|---|
| Cell() | Create a Cell instance. |
| Name | Description |
|---|---|
| ColSpan | Gets or sets the number of columns the cell occupies. |
| Formula | Gets or sets the formula of the cell. |
| Link | Gets or sets the hyperlink of cell. |
| RowSpan | Gets or sets the number of rows the cell occupies. |
| Style | Gets or sets the style of the cell. |
| TextRuns | Gets the text runs represent the rich text of cell. |
| Value | Gets or sets the value of the cell. |