QDVWBS.SetValueToWholeWBSColumn (String, Object, Boolean, WhereInWBSBranches, ref Int32, ref String) Method

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

Sets a fixed value to all cells of a WBS column
[Obsolete("Use Qdv.UserApi.IWbs.SetValueToWholeColumn instead.")] 
public void SetValueToWholeWBSColumn( 
string ColumnName
object Value
bool WriteToBranchesToo = True, 
WhereInWBSBranches WriteWhereForBranches = WhereInWBSBranches.Auto, 
ref int ErrorNumber = 0, 
ref string ErrorMessage = "" 
)
This language is not supported or no code example is available.

Parameters

ColumnName
string

The mnemonic of the WBS column

Value
object

The value to be written

WriteToBranchesToo
bool

Optional. The default value is True. If set to true, then values are also written to branches; otherwise, values are only written to leaves.

WriteWhereForBranches
WhereInWBSBranches

Optional. The default value is QDVWBS.WhereInWBSBranches.Auto.

ErrorNumber
int

Optional. The error number. 0 when no error.

ErrorMessage
string

Optional. The error message. Blank when no error

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition