IMinutesField.GetFormatting Method

Gets the column formatting info of the field. The formatting is user specific. It describes how the field is displayed in a specific view.
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

IColumnFormatting

The column formatting.

Exception type Condition

ArgumentOutOfRangeException

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.

Remarks
 

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.

Version
 
Available since QDV 7.22.966.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition