Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Load Method
A string value indicates the color scheme file to load.


In This Topic
Load Method (ThemeFontScheme)
In This Topic
Loads the color scheme of a Theme from a file.
Syntax
'Declaration
 
Public Function Load( _
   ByVal filename As String _
) As Boolean
 
'Usage
 
Dim instance As ThemeFontScheme
Dim filename As String
Dim value As Boolean
 
value = instance.Load(filename)

Parameters

filename
A string value indicates the color scheme file to load.
See Also