MmcListViewColumnCollection.Add Method (MmcListViewColumn)
Adds a column to the end of the collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void Add(
MmcListViewColumn column
)
public:
void Add(
MmcListViewColumn^ column
)
member Add :
column:MmcListViewColumn -> unit
Public Sub Add (
column As MmcListViewColumn
)
Parameters
column
Type: Microsoft.ManagementConsole.MmcListViewColumnThe column to be added.
See Also
MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace
Return to top