SectionCollectionToArray Method |
Copies all sections from the collection to a new array of sections.
Namespace:
Aspose.Words
Assembly:
Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntaxpublic Section[] ToArray()
Public Function ToArray As Section()
public:
array<Section^>^ ToArray()
member ToArray : unit -> Section[]
Return Value
Type:
SectionAn array of sections.
See Also