Initializing help system before first use

getColNum Method

Retrieve the variable column number.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public int getColNum()

Return Value

Type:  Int32
The int column number. Returns -1 on error.
Examples
xbexpl.cs from the Introductory Examples folder and xbcontr2.cs from the User's Guide Examples folder.
See Also