Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListItemCollection Class / ToArray Method


In This Topic
    ToArray Method (ListItemCollection)
    In This Topic
    Copies the subItems of the colletion to a new Array.
    Syntax
    'Declaration
     
    
    Public Function ToArray() As ListItem()
    'Usage
     
    
    Dim instance As ListItemCollection
    Dim value() As ListItem
     
    value = instance.ToArray()
    public ListItem[] ToArray()

    Return Value

    A ListItem array contains all the item which in the collection.
    See Also