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