Has five overloads.
Overload List
| Name | Description | |
|---|---|---|
| Cell()()()() |
Constructs an empty Cell.
| |
| Cell(Boolean) |
Constructs an empty Cell (for internal use only).
| |
| Cell(String) |
Constructs a Cell with a certain content.
| |
| Cell(IElement) |
Constructs a Cell with a certain Element.
|