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

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

Add row to cellection.

void Aspose::Pdf::Rows::Add(const System::SharedPtr<Row> &row)
ParameterTypeDescription
rowconst System::SharedPtr<Row>&The new row.

See Also