Wednesday, March 28, 2012

TableCell oTableCell = new TableCell(); noWrap?

Does anyone know how to set the noWrap on a TableCell?

TableCell oTableCell = new TableCell();
oTableCell. ?? = noWrap;

Thanks in advance.
-Brian K. WilliamsUse Wrap property:

oTableCell.Wrap = false;

>--Original Message--
>Does anyone know how to set the noWrap on a TableCell?
>TableCell oTableCell = new TableCell();
>oTableCell. ?? = noWrap;
>
>Thanks in advance.
>-Brian K. Williams
>
>.
Don't know how I missed that one... thanks.
-Brian

"Sergey Poberezovskiy" <anonymous@.discussions.microsoft.com> wrote in
message news:622601c42e44$38b2eb00$a401280a@.phx.gbl...
> Use Wrap property:
> oTableCell.Wrap = false;
> >--Original Message--
> >Does anyone know how to set the noWrap on a TableCell?
> >TableCell oTableCell = new TableCell();
> >oTableCell. ?? = noWrap;
> >Thanks in advance.
> >-Brian K. Williams
> >.

0 comments:

Post a Comment