CellsAdd Method (String, TextState) |
Add cell to collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Cell Add(
string text,
TextState ts
)
Public Function Add (
text As String,
ts As TextState
) As Cell
public:
Cell^ Add(
String^ text,
TextState^ ts
)
member Add :
text : string *
ts : TextState -> Cell
Parameters
- text
- Type: SystemString
The text for cell. - ts
- Type: Aspose.Pdf.TextTextState
The text state.
Return Value
Type:
CellThe new cell
See Also