setColOrder Method
Create the XPRBprob object.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

Parameters
- num
-
Type:
SystemInt32
The ordering flag, this must be one of:- 0 - Default ordering.
- 1 - Alphabetical order.
Return Value
Type: Int320 on success, 1 otherwise.

XPRBprob prob = new XPRBprob("NewProb"); ... prob.setColOrder(1);
