[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IInterior.PatternColor

PatternColor Property

PatternColor

Gets or sets the color of the pattern for the represented interior.

Declaration
Color PatternColor { get; set; }
Property PatternColor As Color
Examples
IRange cell = worksheet.Range["A1"];
cell.Interior.Pattern = Pattern.LightDown;
cell.Interior.PatternColor = Color.White;
Color patternColor = cell.Interior.PatternColor;