DataBrowser.RemoveColumn Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RemoveColumn(
Usual uColumnOrIndex = default
)
Request Example
View SourceParameters
- 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