Click or drag to resize

DataBrowser.RemoveColumn Method (Typed)

X#
Remove a column from this data browser.

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

Parameters

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

Return Value

Type: DataColumn
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