4 messages in org.openoffice.fr.progRe: [prog] [Calc] SetPrintAreas ?!
FromSent OnAttachments
Fr...@idkal.comJan 23, 2006 8:21 am 
Bernard MarcellyJan 23, 2006 9:17 am 
JovialJan 23, 2006 11:28 am 
Fr...@idkal.comJan 24, 2006 3:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [prog] [Calc] SetPrintAreas ?!Actions...
From:Bernard Marcelly (marc@club-internet.fr)
Date:Jan 23, 2006 9:17:19 am
List:org.openoffice.fr.prog

Bonjour Fr@idkal.com Message du 2006-01-23 17:22:

Bonjour à tous,

j'ai définis une zone contenant des cellules (ex : A1:C3) nommée "Zone1"

maFeuille.SetPrintAreas(maZone.RangeAddress)

Ceci n'est pas correct. On doit transmettre un tableau de RangeAddress (ici, un tableau à 1 élément). Voir livre Programmation OpenOffice.org chap 12, section "Imprimer".

Bernard