Different cell borders
Posted: Mon Apr 15, 2013 10:44 am
Hello,
In v4, we could use the properties BorderLeftStyle, BorderBottomSyle,... to set border's style but in V5, how can i set different styles to the borders of a cell using CmdFormat (FStyle is define protected in the class).
I know i can do it if i set the border for a particular cell (ex: XLS[0].Cell[Col, Row].BorderBottomStyle := ...) but i would like to create default formats and use them when needed.
Thanks for your help.
In v4, we could use the properties BorderLeftStyle, BorderBottomSyle,... to set border's style but in V5, how can i set different styles to the borders of a cell using CmdFormat (FStyle is define protected in the class).
I know i can do it if i set the border for a particular cell (ex: XLS[0].Cell[Col, Row].BorderBottomStyle := ...) but i would like to create default formats and use them when needed.
Thanks for your help.