ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / GridColumnCollection Class / ToArray Method / ToArray(Type) Method

In This Topic
    ToArray(Type) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function ToArray( _
       ByVal type As System.Type _
    ) As System.Array
    public virtual System.Array ToArray( 
       System.Type type
    )

    Parameters

    type
    See Also