Aspose::Pdf::Rows::Add método
Rows::Add() method
Agregar fila a la colección.
System::SharedPtr<Row> Aspose::Pdf::Rows::Add()
ReturnValue
La nueva fila
Ver también
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Rows::Add(const System::SharedPtr<Row>&) method
Agregar fila a la colección.
void Aspose::Pdf::Rows::Add(const System::SharedPtr<Row> &row)
| Parámetro | Tipo | Descripción |
|---|---|---|
| fila | const System::SharedPtr<Row>& | La nueva fila. |
Ver también
- Typedef SharedPtr
- Class Row
- Class Rows
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++