Re: [api-dev] Styling cells in a spreadsheet in Basic

2007-10-24 Thread Alexandro Colorado
thanks oliver however I dont see how to get the borders and width since is not color based is nowhere to be found near that IDL. The only border I found was for table which I am not sure is the same as the spreadsheet borders. On Tue, 23 Oct 2007 11:14:45 -0500, Oliver Brinzing [EMAIL

Re: [api-dev] Styling cells in a spreadsheet in Basic

2007-10-24 Thread Andrew Douglas Pitonyak
I think that you set borders either using a Style (just a guess, never have done it, but it would imply that the style itself specifies the border), or by manipulating a cell (or probably a cell range, I am guess rather than grabbing a copy of my book). I know that I do cover this in my book,

Re: [api-dev] Styling cells in a spreadsheet in Basic

2007-10-23 Thread Oliver Brinzing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Alexandro REM * BASIC * OPTION EXPLICIT Sub Main Dim oDoc as Object Dim oCell as Object Dim oRange as Object Dim oStyles as Object oDoc = ThisComponent 'direct (hard)