Hi, Hope you can help me, i want a border around a range of cells but what i get is that every cell in that range has a border. For example i want a border around "A1:A4", my code:
Aspose.Cells.Style style = new…...Thick; Range rb = ws.Cells.CreateRange(“A1:A4”); rb.SetStyle(style);...SetStyle(style); I also tried: rb.ApplyStyle(style, new Aspose.Cells.StyleFlag()...