Saves the current theme to a file.
Syntax
'Declaration
Public Overloads Sub Save( _
ByVal As System.String, _
ByVal As C1ThemeFormat _
)
public void Save(
System.string ,
C1ThemeFormat
)
Parameters
- fileName
- The target file name.
- format
- The theme persistence format to use.
See Also