trichview.support
Re: Linewrapping in a cell |
Author |
Message |
Sergey Tkachenko |
Posted: 05/09/2002 16:32:09 AddNL always adds only one text item that should not contain #13 and #10 Use AddTextNL: table.Cells[0, 0].AddTextNL('<text on line1 #13 #10 text on line2>', 1, 0, 0); > How do I put in text into a cell that has a line feed and carridge return > so that it apprear as a two lines instead of two characters that looks like > small squares. > > Like: > table.Cells[0, 0].AddNL('<text on line1 #13 #10 text on line2>', 1, -1); > > Results in one line with two square chars (#13 and #10) in the middle, instead > of the text beeing put on two lines. > |
Powered by ABC Amber Outlook Express Converter