Aspose::Pdf::Rows::Add method
Rows::Add() method
Add row to collection.
System::SharedPtr<Row> Aspose::Pdf::Rows::Add()
ReturnValue
The new row
See Also
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Rows::Add(const System::SharedPtr<Row>&) method
Add row to cellection.
void Aspose::Pdf::Rows::Add(const System::SharedPtr<Row> &row)
| Parameter | Type | Description |
|---|---|---|
| row | const System::SharedPtr<Row>& | The new row. |
See Also
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++