IMinutesFieldManager.LoadLayoutFromFile Method

Loads the layout of the fields in the minutes view from the specified *.cla file.
Sub LoadLayoutFromFile( _ 
ByVal view As EstimateColumnsView, _ 
ByVal file As String
)
This language is not supported or no code example is available.
void LoadLayoutFromFile( 
EstimateColumnsView view
string file 
)
This language is not supported or no code example is available.

Parameters

view
EstimateColumnsView

An estimate view this operation will be applied to.

file
string

The full path of the .cla file from which the layout should be loaded.

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
 
The layout of minutes fields consists of the position, visibility and formatting. It is accessible with IMinutesField.GetFormatting method.

You need to call IEstimate.CheckAndRepaint method to repaint the view with the changes.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition