Page 1 of 1

Wrap Text in Table Cells

Posted: Wed Nov 17, 2010 6:57 am
by w_nawfal
hello all

Does anyone know how to wrap text in a table cell? and merge two rows?

Wes

Re: Wrap Text in Table Cells

Posted: Wed Nov 17, 2010 11:10 am
by EViews Jason
Unfortunately neither are currently possible. You will need to use 2 rows. If needed, you can insert an empty row anywhere in the table (press the right mouse button while over a cell in the table and select 'Insert cells(s)'.

Re: Wrap Text in Table Cells

Posted: Wed Nov 17, 2010 11:31 am
by EViews Jason
Additionally, you can also use the insertrow command. For example

Code: Select all

mytable.insertrow(2) 3 'insert 3 blank rows starting at row #2

Re: Wrap Text in Table Cells

Posted: Thu Nov 18, 2010 7:52 am
by w_nawfal
thanks Jason ~ the documentation eluded to as much

but i was still hoping someone found a way around it :O)

cheers & thanks once more

Wes

Re: Wrap Text in Table Cells

Posted: Tue Mar 25, 2014 3:49 pm
by Ecovi
Is this possible yet?

Re: Wrap Text in Table Cells

Posted: Tue Mar 25, 2014 3:51 pm
by EViews Gareth
No.