QDVWBS.SetWBSColumnVisibleMode Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.SetColumnVisibleMode instead.
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
intAn error number, 0 means no error.
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.