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


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

    Return Value

    A SubItemInfo array returned with all items of the SubItemCollectionInfo
    See Also