IMinutesFieldManager.SaveLayoutToFile Method

Saves the layout of the fields in the minutes view to the specified *.cla file.
Sub SaveLayoutToFile( _ 
ByVal view As EstimateColumnsView, _ 
ByVal file As String
)
This language is not supported or no code example is available.
void SaveLayoutToFile( 
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 to which the layout should be saved.

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.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition