Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / Theme Class / EffectScheme Property


In This Topic
    EffectScheme Property
    In This Topic
    Gets a Drawing.ThemeEffectScheme object that represents the effect scheme of a Theme.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EffectScheme As ThemeEffectScheme
    'Usage
     
    
    Dim instance As Theme
    Dim value As ThemeEffectScheme
     
    value = instance.EffectScheme
    public ThemeEffectScheme EffectScheme {get;}
    Remarks
    This property update data for importing/exporting XLSX only. There is no effect in run-time yet.
    See Also