QDVWBS.SetValueToWholeWBSColumn (String, Object, Int32) 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 ID_Of_Column
object Value
int AlsoBranches = 0 
)
This language is not supported or no code example is available.

Parameters

ID_Of_Column
string

The unique identifier to the column.

Value
object

Any value which fits in the column.

AlsoBranches
int

0 means do not empty branches. Any other value empties branches.

Remarks
 
We use integer instead of Enum because this function is to be called directly from request language too. When calling from macros, prefer the other signature.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition