Spread Windows Forms 12.0 Product Documentation
ToArray Method (SubItemCollectionInfo)


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

Return Value

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

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members