[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IInterior.PatternThemeColor

PatternThemeColor Property

PatternThemeColor

Gets or sets a theme color pattern for an Interior object.

Use this property to read the theme color applied to the pattern foreground of the interior. Pattern theme colors are typically used together with a patterned fill.

Declaration
ThemeColor PatternThemeColor { get; set; }
Property PatternThemeColor As ThemeColor
Examples
IRange cell = worksheet.Range["A1"];
cell.Interior.Pattern = Pattern.LightDown;
cell.Interior.PatternThemeColor = ThemeColor.Accent1;
ThemeColor themeColor = cell.Interior.PatternThemeColor;