QDVWBS.InsertWBSColumnIntoWorkbook Method

NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.InsertColumnIntoWorkbook instead.

Inserts a new user/free column in WBS estimate.
[Obsolete("Use Qdv.UserApi.IWbs.InsertColumnIntoWorkbook instead.")] 
public int InsertWBSColumnIntoWorkbook( 
string ColumnID
int BeforeColumn = 0, 
string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ColumnID
string

A unique string identifier to the column.

BeforeColumn
int

Optional. The column before which the new column must be inserted. The leftmost  column is column 0.

ErrorMessage
string

An error message. Blank means no error.

Return Value

int

The error number. 0 means no error.

Remarks
 
In order to have such changes taken into account, you must call the QDVEstimate.Check_And_Repaint method.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition