QDVWBS.SetPermissionsOfWBSColumn Method
NOTE: This member is now obsolete. Use Qdv.UserApi.IWbs.SetPermissionsOfColumn instead.
Parameters
- ColumnNumber
- int
The column number. The leftmost column has index 0.
- AllowBranches
- bool
Allow entry in branches.
- AllowMinutes
- bool
Allow entry in minutes.
- AllowTotals
- bool
Allow entry in totals.
- ErrorMessage
- string
An error message. Blank means no error.
Return Value
intThe error number. 0 means no error.
In order to have such changes taken into account, you must call the
QDVEstimate.Check_And_Repaint method.