Hi again,
Setting the unit size of teh border property like so does not seem to work;
Aspose.Grid.Web.TableItemStyle t2r2b2l2 = new Aspose.Grid.Web.TableItemStyle();
t2r2b2l2.TopBorderStyle.BorderColor = System.Drawing.Color.Black;
t2r2b2l2.TopBorderStyle.BorderStyle = BorderStyle.Solid;
t2r2b2l2.TopBorderStyle.BorderWidth = new Unit(5, UnitType.Pixel);
Whereby this does set the border for the cell, changing the unit value does not seem to make any difference to the output cell border.
Is this a bug or am i doing something incorrectly or possibly omitting a line of code to apply the border properties?
Thanks for any help you can offer (and I appologise for my influx of forum posts by myself).
The details of my system are as follows;
Windows XP (sp2) - IIS5.1
VS.NET 2005 IDE
.NET 2.0
Aspose.Grid 2.0.57
IE7