Share via


MmcListViewColumnCollection.Insert Method (Int32, MmcListViewColumn)

 

Inserts a column into the collection.

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

Syntax

public void Insert(
    int index,
    MmcListViewColumn column
)
public:
void Insert(
    int index,
    MmcListViewColumn^ column
)
member Insert : 
        index:int *
        column:MmcListViewColumn -> unit
Public Sub Insert (
    index As Integer,
    column As MmcListViewColumn
)

Parameters

  • index
    Type: System.Int32

    The zero-based index that specifies where to insert the column.

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top