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


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

    Return Value

    A ListColumn array value with items copied from the collection.
    See Also