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


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

    Return Value

    A SubItem array returned with all items of the SubItemCollection
    See Also