2010/7/30 Bogusław Brandys <[email protected]>: > How difficult would be to add text orientation in cell ?
Now the following works: MyWorksheet.WriteUTF8Text(0, 0, Str_First); MyWorksheet.WriteTextRotation(0, 0, rt90DegreeClockwiseRotation); Only in biff 8 format and only for texts at the moment. You can choose counterclockwise or clockwise. -- Felipe Monteiro de Carvalho -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
