Skip to content

Commit 3c034af

Browse files
988625-RGB
1 parent d407c95 commit 3c034af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-set-hex-color-value-to-the-cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ control: XlsIO
66
documentation: UG
77
---
88

9-
How to set a hex color value for a cell?
9+
# How to set a hex color value for a cell?
1010

1111
XlsIO does not provide a direct API to assign a hex color string to a cell style. Convert the hex value to an RGB Color and then assign it to CellStyle.Color. The following example demonstrates this approach.
1212

0 commit comments

Comments
 (0)