Method | Description | |
---|---|---|
AssertValid ( ) : void | ||
SaveWorkbookSettingsFileDialog ( String initialDirectory, String initialFileName ) : System |
Initializes a new instance of the
|
|
ShowDialogAndSaveWorkbookSettings ( String workbookSettings ) : DialogResult |
Method | Description | |
---|---|---|
GetDialogTitle ( Object oObjectBeingSaved ) : String | ||
GetFilter ( ) : String | ||
SaveObject ( Object oObject, String sFileName ) : void |
protected GetDialogTitle ( Object oObjectBeingSaved ) : String | ||
oObjectBeingSaved | Object | |
return | String |
protected SaveObject ( Object oObject, String sFileName ) : void | ||
oObject | Object | |
sFileName | String | |
return | void |
public SaveWorkbookSettingsFileDialog ( String initialDirectory, String initialFileName ) : System | ||
initialDirectory | String | /// Initial directory the dialog will display. Use an empty string to let /// the dialog select an initial directory. /// |
initialFileName | String | /// Initial file name. Can be a complete path, a path without an /// extension, a file name, or a file name without an extension. /// |
return | System |
public ShowDialogAndSaveWorkbookSettings ( String workbookSettings ) : DialogResult | ||
workbookSettings | String | |
return | DialogResult |