Click or drag to resize

ListView.GetColumn Method (Typed)

X#
Return a particular ListViewColumn object.

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

Parameters

xColumnID
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: ListViewColumn
The ListViewColumn object.
See Also