With the current cells dll (4.8.2.5) I get a warning that Aspose.Cells.Style is obsolete. What is the new way to code the following:
wsDest.Cells(x, nDestColumn).Style.ForegroundColor = Color.Yellow
wsDest.Cells(x, nDestColumn).Style.Pattern = BackgroundType.Solid
Rick