Bart Aimar wrote:
To reset ONLY the backGroundColor I found:
... StyleFamilies.CellStyles.getByName(sStyle).PropertyToDefault ???
... StyleFamilies.CellStyles.getByName(sStyle).setPropertiesToDefault ???

Obviously I have problems about the parametres...

Any Help?

... setPropertyToDefault("CellBackColor")

or

dim aNames(0 to 1) as String
aNames(0)="CellBackColor"
aNames(1)="IsCellBackgroundTransparent"
... setPropertiesToDefault(aNames)

Niklas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to