Click or drag to resize

ListView.GetColumn Method

X#
Return a particular ListViewColumn object.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetColumn(
	xColumnID
) AS USUAL CLIPPER
Request Example View Source

Parameters

xColumnID (Optional)
Type: Usual
The numeric position of the list view column in the list view. Columns are numbered from left to right, or the symbolic name of the list view column.

Return Value

Type: Usual
The ListViewColumn object.
See Also