IWbs.CopyWholeColumnValues Method
Sub CopyWholeColumnValues( _
ByVal SourceColumnName As String, _
ByVal TargetColumnName As String, _
Optional ByVal WriteToBranchesToo As Boolean = True, _
Optional ByVal WriteWhereForBranches As PositionInWbsBranch = PositionInWbsBranch.Auto _
)
This language is not supported or no code example is available.
Parameters
- SourceColumnName
- string
The mnemonic of the source column.
- TargetColumnName
- string
The mnemonic of the target column.
- 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
- PositionInWbsBranch
Optional. The default value is PositionInWbsBranch.Auto. Specifies whether to write to bottom or to top of branches.
Exception type | Condition |
---|---|
A problem occurred. |
This method writes to the WBS workbook using ITask.SetFieldValue method.
But it already optimizes the performance so it is not necessary to temporarily disable automatic
calculation with WbsWorkbookCalculationMode property.
Available since QDV 7.13.0001.