ToArray Method (PageCollection)
In This Topic
Copies the elements of the PageCollection to a new array.
Syntax
'Declaration
Public Function ToArray() As Page()
Return Value
An array of
Page objects containing copies of the elements in the PageCollection.
See Also