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.

Sets a formula in a minute column.
<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

QdvApiException

A problem occurred.

Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition