CellsAdd Method (String, TextState)
Add cell to collection.

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

Parameters

text
Type: SystemString
The text for cell.
ts
Type: Aspose.Pdf.TextTextState
The text state.

Return Value

Type: Cell
The new cell
See Also