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.
<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 |
---|---|
A problem occurred. |
Available since QDV 7.13.0001.