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(System::SharedPtr<Row>) method

Add row to cellection.

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

See Also