IMinutesField.GetFormatting Method
Function GetFormatting( _
ByVal view As EstimateColumnsView _
) As IColumnFormatting
This language is not supported or no code example is available.
IColumnFormatting GetFormatting(
EstimateColumnsView view
)
This language is not supported or no code example is available.
Parameters
- view
- EstimateColumnsView
The view for which the formatting should be retrieved. The minutes fields may be displayed in different views and the field formatting may be different for each view.
Return Value
IColumnFormattingThe column formatting.
Exception type | Condition |
---|---|
The view argument was set to EstimateColumnsView.General. This value is deprecated and doesn't refer to any particular view and thus cannot be used in this context. |
Not all properties of the formatting are supported in minutes fields. For example, IColumnFormatting.Header1Formatting and IColumnFormatting.Header2Formatting cannot be customized. Such properties return whether null reference (Nothing in Visual Basic) or random values.
Available since QDV 7.22.966.