DataBrowser.RemoveColumn Method (Typed) | |
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
public virtual DataColumn RemoveColumn(
Usual uColumnOrIndex
)
Request Example
View SourceParameters
- 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