Re: Re: How to hide a cell?
- To: mathgroup at smc.vnet.net
- Subject: [mg63058] Re: [mg63029] Re: How to hide a cell?
- From: Zhengji Li <zhengji.li at gmail.com>
- Date: Tue, 13 Dec 2005 03:40:39 -0500 (EST)
- References: <200512110957.EAA23354@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Cca,
"ClosedCellHeight" -> 0.` is just what I want.
On 12/11/05, Cca <cca at gregosetroianos.mat.br> wrote:
> Zhengji,
>
> In order to make a cell totally invisible, we must use three options. Here goes an example:
>
> invisibleCell = Cell["Invisible", "Input",
> CellElementSpacings -> {"ClosedCellHeight" -> 0.`},
> CellOpen -> False,
> ShowCellBracket -> False];
>
> NotebookWrite[InputNotebook[], invisibleCell]
>
>
>
> Carlos César de Araújo
> Gregos & Troianos Educacional
> www.gregosetroianos.mat.br
> Belo Horizonte, MG, Brasil
> (31) 3283-1122
>
>
--
Li Zhengji
-------------------------------------------------------------
If all you have is a hammer, everything is a nail.
-------------------------------------------------------------
- References:
- Re: How to hide a cell?
- From: Cca <cca@gregosetroianos.mat.br>
- Re: How to hide a cell?