IWbs.SetColumnTitle Method
NOTE: This member is now obsolete. Use Qdv.UserApi.Fields.IWbsField.FieldName and Qdv.UserApi.Fields.IWbsField.SubHeader instead. This is a newer and more flexible API that was introduced in QDV 7.18.655. Access the WBS fields via Qdv.UserApi.IEstimate.WbsFieldsRepository property.
<Obsolete("Use Qdv.UserApi.Fields.IWbsField.FieldName and Qdv.UserApi.Fields.IWbsField.SubHeader instead. This is a newer and more flexible API that was introduced in QDV 7.18.655. Access the WBS fields via Qdv.UserApi.IEstimate.WbsFieldsRepository property.")> _
Sub SetColumnTitle( _
ByVal ColumnName As String, _
ByVal Title As String, _
ByVal WhichRow As WbsTitleRowPosition _
)
This language is not supported or no code example is available.
[Obsolete("Use Qdv.UserApi.Fields.IWbsField.FieldName and Qdv.UserApi.Fields.IWbsField.SubHeader instead. This is a newer and more flexible API that was introduced in QDV 7.18.655. Access the WBS fields via Qdv.UserApi.IEstimate.WbsFieldsRepository property.")]
void SetColumnTitle(
string ColumnName,
string Title,
WbsTitleRowPosition WhichRow
)
This language is not supported or no code example is available.
Parameters
- ColumnName
- string
The mnemonic of the WBS column.
- Title
- string
The title text to appear in heading of the column.
- WhichRow
- WbsTitleRowPosition
Specifies in which row the title will be written.
Exception type | Condition |
---|---|
A problem occurred. |
In order to have such changes taken into account, you must call the
IEstimate.CheckAndRepaint method.
Available since QDV 7.13.0001.