07-30-2009 11:55 AM
I want to add name for row and column. But it cannot be displayed in center automatically.
any property can be used for that?
please see my picture.
Thanks.
Anyone can give me some example about multi list? I want to study it.
THanks.
Solved! Go to Solution.
07-30-2009 11:59 AM
double click to select the text then use the font dialog to set your justifiaction to be "Center" Repeat for the other fields. There should also be a property for the text to let you set this programatically.
Ben
07-31-2009 06:47 AM - edited 07-31-2009 06:48 AM
Using Property node
07-31-2009 07:22 AM
Please do it like this. If you select "cell justify" alone then the property will be set only for the first element. active cell is like a pointer. Change it dynamically using a loop.
07-31-2009 09:57 AM
Hi,
Thank you very much. It is very help for me.