Share via


MmcListViewColumnCollection.InsertRange Method (Int32, MmcListViewColumn[])

 

Inserts an array of columns into the collection at the specified index.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void InsertRange(
    int index,
    MmcListViewColumn[] columns
)
public:
void InsertRange(
    int index,
    array<MmcListViewColumn^>^ columns
)
member InsertRange : 
        index:int *
        columns:MmcListViewColumn[] -> unit
Public Sub InsertRange (
    index As Integer,
    columns As MmcListViewColumn()
)

Parameters

  • index
    Type: System.Int32

    The zero-based index that specifies where to insert the array of columns.

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top