DataBrowser.GetColumn Method | |
Retrieve a specified column in this data browser.
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 name, number, or symbol of the column to be retrieved.
Return Value
Type:
Usual
The specified data column or NIL if it could not be found.
See Also