Spread WinForms 15
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()

Return Value

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