Answers for "excel which style property define background color in c#"

C#
0

excel which style property define background color in c#

worksheet.Cells["A32:D32"].Style.Fill.PatternType = ExcelFillStyle.Solid;
worksheet.Cells["A32:D33"].Style.Fill.BackgroundColor.SetColor(Color.CornflowerBlue);
Posted by: Guest on June-14-2021

Code answers related to "excel which style property define background color in c#"

C# Answers by Framework

Browse Popular Code Answers by Language