Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubItemCollectionInfo Class / ToArray Method


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

Return Value

A SubItemInfo array returned with all items of the SubItemCollectionInfo
See Also