GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollectionInfo Class / ToArray Method


In This Topic
ToArray Method (ListItemCollectionInfo)
In This Topic
Copies the subitems of the collection to a new array.
Syntax
'Declaration
 
Public Function ToArray() As ListItemInfo()
 
'Usage
 
Dim instance As ListItemCollectionInfo
Dim value() As ListItemInfo
 
value = instance.ToArray()

Return Value

A ListItemInfo array that contains all the items in the collection.
See Also