Share via


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

See Also

MmcListViewColumnCollection Class
Microsoft.ManagementConsole Namespace

Return to top