adds a column to the nListView with supplied key

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void addCol(
	string key
)
Public Sub addCol ( _
	key As String _
)
public:
void addCol(
	String^ key
)

Parameters

key
String
name of column

See Also