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.Int32The zero-based index that specifies where to insert the column.
column
Type: Microsoft.ManagementConsole.MmcListViewColumnThe column to be inserted.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top