Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ItemTemplateCollectionInfo Class / ToArray Method


In This Topic
    ToArray Method (ItemTemplateCollectionInfo)
    In This Topic
    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