Spread Windows Forms 12.0 Product Documentation
EffectScheme Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Core Namespace > Theme Class : EffectScheme Property
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

Reference

Theme Class
Theme Members