Aspose::Pdf::Cells::Insert method

Cells::Insert method

Insert cell to collection.

void Aspose::Pdf::Cells::Insert(int32_t index, System::SharedPtr<Cell> cell)
ParameterTypeDescription
indexint32_tThe selected index.
cellSystem::SharedPtr<Cell>The selected cell.

See Also