CellsAdd Method (String)
Add cell to collection.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public Cell Add(
	string text
)

Parameters

text
Type: SystemString
The text for cell.

Return Value

Type: Cell
The new cell
See Also