ListView.GetColumn Method | |
Return a particular ListViewColumn object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD GetColumn(
xColumnID
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual GetColumn(
Usual xColumnID = default
)
Request Example
View SourceParameters
- 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