adds column to the nListView with supplied key and width

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,
	int width
)
Public Sub addCol ( _
	key As String, _
	width As Integer _
)
public:
void addCol(
	String^ key, 
	int width
)

Parameters

key
String
name of column
width
Int32
width of column

See Also