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
- Follow-Ups:
- Re: Re: How to hide a cell?
- From: Zhengji Li <zhengji.li@gmail.com>
- Re: Re: How to hide a cell?