IWbsField.SubHeaderMultilingual Property

Gets or sets the sub-header text of the field in the multi-language format. Can be used for reading and editing.
ReadOnly Property SubHeaderMultilingual() As MultilanguageString
This language is not supported or no code example is available.
MultilanguageString SubHeaderMultilingual {get;}
This language is not supported or no code example is available.

Property Value

MultilanguageString

The sub-header text which is to be shown in the row below the field name.

Remarks
 

Only some kinds of fields have sub-headers:

  • Breakdown field. By default the sub-header contains breakdown discrete value(s). If IWbsFieldMasterBreakdownInfo.ShowMultipleFields property of the field is set to true, there are multiple columns shown. In this case, each column is represented by a separate IWbsField and has it's own sub-header.
  • Progress field reference.  By default the sub-header contains referenced progress field name.

This value may be also an Excel formula which returns localized column names. So instead of hard-coded "Per unit", the following formula can be used: "=BoQXLS_PerUnit". In this case, you most likely don't need to set a text in other languages, because the formula will automatically display the localized string.

The SubHeader and SubHeaderMultilingual properties are connected. Any change in the SubHeader will modify also the SubHeaderMultilingual property. And vice-versa, a change in the SubHeaderMultilingual may modify also the SubHeader property.

Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition