|
[Date Index]
[Thread Index]
[Author Index]
Re: How to hide a cell?
- To: mathgroup at smc.vnet.net
- Subject: [mg63029] Re: How to hide a cell?
- From: Cca <cca at gregosetroianos.mat.br>
- Date: Sun, 11 Dec 2005 04:57:04 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
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
Prev by Date:
Re: general nth term of series
Next by Date:
Re: Assign a value to a variable
Previous by thread:
Re: How to hide a cell?
Next by thread:
Re: Re: How to hide a cell?
|