QDVWBS.SetWBSColumnVisibleMode Method

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

Defines if a WBS is visible in estimate mode or/and in progress mode.
[Obsolete("Use Qdv.UserApi.IWbs.SetColumnVisibleMode instead.")] 
public int SetWBSColumnVisibleMode( 
string ColumnID
bool VisibleInEstimate
bool VisibleInProgress
string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ColumnID
string

The mnemonic of the WBS column.

VisibleInEstimate
bool

true if visible in estimate, otherwise false.

VisibleInProgress
bool

true true if visible in progress, otherwise false.

ErrorMessage
string

An error message. An empty string means no error.

Return Value

int

An error number, 0 means no error.

Remarks
 
Hiding / Showing of WBS columns is made when you push a progress. If you want those flag to be reflected without to do so, invoke the CheckAndRepaint() function.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition