Cells.Add
Contents
[
Hide
]Add()
Add cell to collection.
public Cell Add()
Return Value
The new cell
See Also
- class Cell
- class Cells
- namespace Aspose.Pdf
- assembly Aspose.PDF
Add(string, TextState)
Add cell to collection.
public Cell Add(string text, TextState ts)
Parameter | Type | Description |
---|---|---|
text | String | The text for cell. |
ts | TextState | The text state. |
Return Value
The new cell
See Also
- class Cell
- class TextState
- class Cells
- namespace Aspose.Pdf
- assembly Aspose.PDF
Add(string)
Add cell to collection.
public Cell Add(string text)
Parameter | Type | Description |
---|---|---|
text | String | The text for cell. |
Return Value
The new cell
See Also
- class Cell
- class Cells
- namespace Aspose.Pdf
- assembly Aspose.PDF
Add(Cell)
Add cell to collection.
public void Add(Cell cell)
Parameter | Type | Description |
---|---|---|
cell | Cell | The cell to collection. |
See Also
- class Cell
- class Cells
- namespace Aspose.Pdf
- assembly Aspose.PDF