QDVWBS.SetWBSColumnVisibility Method

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

Sets visibility of a user/free column in WBS.
[Obsolete("Use Qdv.UserApi.IWbs.SetColumnVisibility instead.")] 
public int SetWBSColumnVisibility( 
int ColumnNumber
bool IsCurrentlyVisible
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.

IsCurrentlyVisible
bool

true to display the column, false to hide the column.

ErrorMessage
string

An error message. Blank means no error.

Return Value

int
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