3 messages in org.openoffice.fr.progRe: [prog] Style de cellule dans calc
FromSent OnAttachments
Kohler GerardSep 29, 2008 2:38 am 
Laurent GodardSep 29, 2008 2:56 am 
Kohler GerardSep 29, 2008 5:40 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] Style de cellule dans calcActions...
From:Laurent Godard (lgod@nuxeo.com)
Date:Sep 29, 2008 2:56:10 am
List:org.openoffice.fr.prog

Bonjour

CelIn = sheetIn.getCellByPosition(0,iLig) CelIn.cellStyle = styleDate

c'est une chaine de caractere qu'il faut utiliser essaye CelIn.cellStyle = "styleDate"

Laurent