QDVWBS.GetTaskOrBranchValue (String, String, WhereInWBSBranches, ref Int32, ref String) Method
NOTE: This member is now obsolete. Use Qdv.UserApi.ITask.GetFieldValue() instead.
Parameters
- HexID
- string
The Hexadecimal identifier to the task or to the branch.
- ColumnName
- string
The unique identifier to the WBS column.
- ReadWhereForBranches
- WhereInWBSBranches
When you address a WBS branch, you can tell QDV if you want to read from top, or from bottom. When set to Auto (default), it always attempts to read from bottom. When the bottom contains a formula, it reads from top.
- ErrorNumber
- int
The number of returned error. 0 means no error.
- ErrorMessage
- string
The message of the error, blank when no error.
Return Value
objectThe content of the cell as an object. Can be either numeric or text.