setColOrder Method
  Create the XPRBprob object. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
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.
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); ... prob.setColOrder(1); 
 See Also
See Also
 
