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

Rows::Add(const System::SharedPtr<Row>&) method

Agregar fila a la colección.

void Aspose::Pdf::Rows::Add(const System::SharedPtr<Row> &row)
ParámetroTipoDescripción
filaconst System::SharedPtr<Row>&La nueva fila.

Ver también