var backColor = XLColor.FromArgb(255, 255, 246);
wb.Worksheet(worksheetNum).RowsUsed().Style.Fill.SetBackgroundColor(backColor);
This doesn't limit the background fill to the used columns. How can I set the background fill of the entire table (even empty cells), but not outside of the table?
Thanks!
↧