Click or drag to resize

DataBrowser.RemoveColumn Method

X#
Remove a column from this data browser.

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

Parameters

uColumnOrIndex (Optional)
Type: Usual
The name, number, or symbol representing the column to be removed.

Return Value

Type: Usual
The removed data column, if successful; otherwise, NULL_OBJECT.
Remarks
When a column is deleted, the reference numbers for any trailing columns are decremented. This is one reason why columns should be referenced by name, rather than number.
See Also