IMinutesFieldManager.SaveLayoutToFile Method
Sub SaveLayoutToFile( _
ByVal view As EstimateColumnsView, _
ByVal file As String _
)
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 | 
|---|---|
| 
				 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.  | 
		
	
			The layout of minutes fields consists of the position, visibility and formatting.
It is accessible with IMinutesField.GetFormatting method.
	
					
