 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Felix A. Hernandez Guest
|
Posted: Tue Aug 08, 2006 6:37 pm Post subject: How do I Freeze Panes? |
|
|
How can I goto cell A3 and freeze the pane using TExcelWorksheet or
TExcelApplication automation servers in Delphi 7?
Felix |
|
| Back to top |
|
 |
Felix A. Hernandez Guest
|
Posted: Tue Aug 08, 2006 6:53 pm Post subject: Re: How do I Freeze Panes? |
|
|
Felix A. Hernandez wrote:
| Quote: | How can I goto cell A3 and freeze the pane using TExcelWorksheet or
TExcelApplication automation servers in Delphi 7?
Felix
|
I figured it out. Here is the code:
ExcelApplication1.ActiveWindow.FreezePanes := false;
Range['A3','A3'].Select;
ExcelApplication1.ActiveWindow.FreezePanes := true;
Fair Bits...
Felix |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|