Hi. I use Visual Studio 2022 and C# with forms. In my project I have to open an Excel spreadsheet and fill data. I'm using Microsoft.Office.Interop.Excel. What I need now is to add (or remove) a row in the spreadsheet programatically. Also need to change a row text font (size or color). Can anyone help me with this? Thank you.