Spread Windows Forms 12.0 Product Documentation
ToArray Method (ItemTemplateCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ItemTemplateCollectionInfo Class : ToArray Method
Copies the subitems of the collection to a new array.
Syntax
'Declaration
 
Public Function ToArray() As ItemTemplateInfo()
'Usage
 
Dim instance As ItemTemplateCollectionInfo
Dim value() As ItemTemplateInfo
 
value = instance.ToArray()
public ItemTemplateInfo[] ToArray()

Return Value

An ItemTemplateInfo array that contains all the items in the collection.
See Also

Reference

ItemTemplateCollectionInfo Class
ItemTemplateCollectionInfo Members