Sign In  Sign Up Live-Chat

Laurence Chen

Aspose.Cells v3.0.6 Released!

Dear Customers,

We have released Aspose.Cells v3.0.6!

  • Added FindFormulaContains method
  • Shaped comment font and settings
  • Fixed range merge bug
Published Sunday, May 01, 2005 6:24 AM by Laurence
Filed Under:

Comments

 

Laurence said:

nothing
May 1, 2005 12:49 PM
 

Laurence said:

nothing
May 1, 2005 12:49 PM
 

Laurence said:

I guess there is a problem with borders and styles/color (the problem already occured before v3.0.6). In the following example, the Cells (1,1) and (2,1) will have the SAME border color altough one should Red and the other should be blue. Could you fix this problem ?

wsh.Cells(1, 1).Style.Borders(BorderType.TopBorder).LineStyle = CellBorderType.Medium

wsh.Cells(1, 1).Style.Borders(BorderType.TopBorder).Color=Drawing.Color.Red

wsh.Cells(2, 1).Style.Borders(BorderType.TopBorder).LineStyle = CellBorderType.Medium

wsh.Cells(2, 1).Style.Borders(BorderType.TopBorder).Color=Drawing.Color.Blue
May 2, 2005 4:16 PM
 

Laurence said:

1
May 9, 2005 6:32 PM
Anonymous comments are disabled