Click or drag to resize

DataBrowser.SetColumnFocus Method (Typed)

X#
Set the column focus to a specified data column.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetColumnFocus(
	oColumn AS DataColumn
) AS LOGIC
Request Example View Source

Parameters

oColumn
Type: DataColumn
The column that the focus will be set to. If omitted, the default is NULL_OBJECT; the focus will not be changed.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also