anmcgrath

Results 52 comments of anmcgrath

Hi @mawagi7 this is an oversight by me, and it isn't currently possible. For now, you could do: ```csharp Sheet.SetFormat(Sheet.Selection.Regions, new CellFormat() { BackgroundColor = " "}); ``` and it...

@raghina not at the moment, but I think it would be great to be able to freeze the first n rows or columns.