Quantcast
Channel: ClosedXML - The easy way to OpenXML
Viewing all articles
Browse latest Browse all 1877

Created Unassigned: Background Cell Color [8860]

$
0
0
.Style.Fill.SetBackgroundColor() property sets the color pattern and not the background color :

public XLColor BackgroundColor
{
.....
get { return _patternColor; }
.....
_patternType = value.HasValue ? XLFillPatternValues.Solid : XLFillPatternValues.None;
_patternColor = new XLColor(value);
_patternBackgroundColor = new XLColor(value);
.....
}
}
}

Viewing all articles
Browse latest Browse all 1877

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>