Aspose::Words::SectionCollection::ToArray method

SectionCollection::ToArray method

Copies all sections from the collection to a new array of sections.

System::ArrayPtr<System::SharedPtr<Aspose::Words::Section>> Aspose::Words::SectionCollection::ToArray()

ReturnValue

An array of sections.

See Also