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.Int32The zero-based index that specifies where to insert the array of columns.
columns
Type: Microsoft.ManagementConsole.MmcListViewColumn[]The array of columns to insert into the collection.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top