IEstimateVersion.SetMinuteColumnVisibleMode Method

NOTE: This member is now obsolete. Use IMinutesField.VisibleInEstimate and IMinutesField.VisibleInProgress properties instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.

Defines if a minute column is visible in estimate mode or/and in progress mode.
<Obsolete("Use IMinutesField.VisibleInEstimate and IMinutesField.VisibleInProgress properties instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.")> _ 
Sub SetMinuteColumnVisibleMode( _ 
ByVal ColumnID As String, _ 
ByVal VisibleInEstimate As Boolean, _ 
ByVal VisibleInProgress As Boolean
)
This language is not supported or no code example is available.
[Obsolete("Use IMinutesField.VisibleInEstimate and IMinutesField.VisibleInProgress properties instead. Get an IMinutesField instance from an IMinutesFieldManager returned by IEstimate.GetMinutesFieldManager method.")] 
void SetMinuteColumnVisibleMode( 
string ColumnID
bool VisibleInEstimate
bool VisibleInProgress 
)
This language is not supported or no code example is available.

Parameters

ColumnID
string

The mnemonic of the minute column.

VisibleInEstimate
bool

true if visible in estimate, otherwise false.

VisibleInProgress
bool

true true if visible in progress, otherwise false.

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