I happened to look at the definition of Aspose.Cells.Rows and see the note that said it is now obsolete. What class should I be using instead?
For instance, the code I had just written was:
sheet.Cells.Rows(0).Style.Font.IsBold = True
What should that be now?
-David