Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Collections Namespace / SortedColumnList Class / AddRange Method
An array of Xceed.Grid.Column objects representing the columns to add to the end of the SortedColumnList collection.


In This Topic
    AddRange Method (SortedColumnList)
    In This Topic
    Adds the elements of a column array to the end of the SortedColumnList collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal columns() As Column _
    ) 
    'Usage
     
    Dim instance As SortedColumnList
    Dim columns() As Column
     
    instance.AddRange(columns)
    public void AddRange( 
       Column[] columns
    )

    Parameters

    columns
    An array of Xceed.Grid.Column objects representing the columns to add to the end of the SortedColumnList collection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also