Re: Formatting a Cell Programmatically
- To: mathgroup at smc.vnet.net
- Subject: [mg116778] Re: Formatting a Cell Programmatically
- From: Gregory Lypny <gregory.lypny at videotron.ca>
- Date: Sun, 27 Feb 2011 04:35:24 -0500 (EST)
Bingo! Much appreciated, John.
Gregory Lypny
Associate Professor of Finance
John Molson School of Business
Concordia University
On Sat, Feb 26, 2011, at 12:36 AM, John Fultz wrote:
> Is this what you're looking for?
>
> CellPrint[
> ExpressionCell[Table[{x, Sqrt[x], x^3}, {x, 0, 100}],
> CellFrame -> True, Background -> LightBrown]]
>
> Sincerely,
>
> John Fultz
> jfultz at wolfram.com
> User Interface Group
> Wolfram Research, Inc.