Spread Windows Forms 12.0 Product Documentation
ToArray Method (ListItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListItemCollectionInfo Class : ToArray Method
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()
public ListItemInfo[] ToArray()

Return Value

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

Reference

ListItemCollectionInfo Class
ListItemCollectionInfo Members