Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeEffectScheme Class / Load Method
A string value indicates the color scheme file to load.


In This Topic
    Load Method (ThemeEffectScheme)
    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 ThemeEffectScheme
    Dim filename As String
    Dim value As Boolean
     
    value = instance.Load(filename)
    public bool Load( 
       string filename
    )

    Parameters

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