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.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2