Click or drag to resize

DataBrowser.SetColumn Method

X#
Replace an existing column in the data browser with another column.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetColumn(
	oDataColumn,
	nColumnNumber
) AS USUAL CLIPPER
Request Example View Source

Parameters

oDataColumn (Optional)
Type: Usual
The new data column.
nColumnNumber (Optional)
Type: Usual
The column to be replaced. The number must be within the range of columns in the data browser; this method does not append a column at the end.

Return Value

Type: Usual
The replaced data column, if successful; otherwise, NULL_OBJECT.
See Also