QDVWBS.SetWBSColumnDescription Method

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

Sets description  of a user/free column in WBS.
[Obsolete("Use Qdv.UserApi.IWbs.SetColumnDescription instead.")] 
public int SetWBSColumnDescription( 
int ColumnNumber
string Description
string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ColumnNumber
int

The column number. The leftmost column has index 0.

Description
string

The description text to appear in heading of the column.

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