Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an array of columns to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void AddRange(
MmcListViewColumn[] columns
)
public:
void AddRange(
array<MmcListViewColumn^>^ columns
)
member AddRange :
columns:MmcListViewColumn[] -> unit
Public Sub AddRange (
columns As MmcListViewColumn()
)
Parameters
columns
Type: Microsoft.ManagementConsole.MmcListViewColumn[]The array of columns to be added.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top