IEstimateVersion.SetMinuteColumnFormula Method
NOTE: This member is now obsolete. Use IMinutesField.Formula property instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.
<Obsolete("Use IMinutesField.Formula property instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.")> _
Sub SetMinuteColumnFormula( _
ByVal ColumnID As String, _
ByVal ColumnFormula As String _
)
This language is not supported or no code example is available.
[Obsolete("Use IMinutesField.Formula property instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.")]
void SetMinuteColumnFormula(
string ColumnID,
string ColumnFormula
)
This language is not supported or no code example is available.
Parameters
- ColumnID
- string
The mnemonic of the minute column.
- ColumnFormula
- string
The Excel-like formula expressed in English. Decimal separator is a dot and list separator is a coma.
Exception type | Condition |
---|---|
A problem occurred. |
Available since QDV 7.13.0001.