Initializing help system before first use

setColOrder Method

Sets the column order.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public static int setColOrder(
	int num
)

Parameters

num
Type:  SystemInt32
Ordering criterion:
  • 0 - Default order.
  • 1 - Alphabetical order.

Return Value

Type:  Int32
0 on success.
Examples
int returned = XPRB.setColOrder(1);
See Also