BenSelect Documentation
FreezePanes(String) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > FreezePanes Method : FreezePanes(String) Method
cellAddress
All rows and columns above and to the left of this cell will be frozen. Set it to null or "A1" to unfreeze the panes.
This command is equivalent to Menu->Window->Freeze Panes. It will freeze the rows and columns above and to the left from cell. Note that because Excel works this way, when you SplitWindow the panes are suppressed and vice-versa

Syntax

JScript 
public function FreezePanes( 
   cellAddress : String
);

Parameters

cellAddress
All rows and columns above and to the left of this cell will be frozen. Set it to null or "A1" to unfreeze the panes.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.