BenSelect Documentation
FreezePanes(Int32,Int32) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > FreezePanes Method : FreezePanes(Int32,Int32) Method
row
Row index (1-based)
col
Column index (1 based).
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( 
   row : int,
   col : int
);

Parameters

row
Row index (1-based)
col
Column index (1 based).

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.