Freeze panes with OWC?

A

Alvin Bruney - ASP.NET MVP

freeze panes are internally supported. Use the freezpane property of the
windows object. The freeze will occur on the selected cell by default. If
you need freezepane functionality outside of the selected cell, you will
need to first select that cell and then freeze the pane.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



dpoindexter said:
Has anyone figured out how to freeze panes with OWC? Is it possible?
href="http://www.officehelp.in">Microsoft Office
Software</a>
 
R

rweide

this is how I do it:

SS1.ActiveSheet.Range("A2").Select
SS1.ActiveWindow.FreezePanes = True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top