IWbsFieldsRepository.SaveLayoutToFile Method

Saves the layout of the WBS fields in the expanded WBS view to the specified *.clb file.
Sub SaveLayoutToFile( _ 
ByVal file As String
)
This language is not supported or no code example is available.
void SaveLayoutToFile( 
string file 
)
This language is not supported or no code example is available.

Parameters

file
string

The full path of the .clb file to which the layout should be saved.

Remarks
 
The layout of WBS fields consists of the position, visibility and formatting. It is stored in IWbsField.Formatting property.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition