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


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

    Return Value

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