Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ColumnInfoList Class / AddRange Method
An array of ColumnInfo objects representing the columns to add to the end of the list.


In This Topic
    AddRange Method (ColumnInfoList)
    In This Topic
    Adds the ColumnInfo objects to the end of the list.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal columnInfos() As ColumnInfo _
    ) 
    'Usage
     
    Dim instance As ColumnInfoList
    Dim columnInfos() As ColumnInfo
     
    instance.AddRange(columnInfos)
    public void AddRange( 
       ColumnInfo[] columnInfos
    )

    Parameters

    columnInfos
    An array of ColumnInfo objects representing the columns to add to the end of the list.
    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