Initializing help system before first use

setColOrder Method

Create the XPRBprob object.

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

Parameters

num
Type:  SystemInt32
The ordering flag, this must be one of:
  • 0 - Default ordering.
  • 1 - Alphabetical order.

Return Value

Type:  Int32
0 on success, 1 otherwise.
Examples
XPRBprob prob = new XPRBprob("NewProb"); ... prob.setColOrder(1);
See Also