BenSelect Documentation
SplitWindow Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class : SplitWindow Method
xOffset
Offset from the left on 1/20 of a point. Zero for no vertical split.
yOffset
Offset from the top on 1/20 of a point. Zero for no horizontal split.
This command is equivalent to Menu->Window->Split. It will split the window in 4 regions. Note that because Excel works this way, when you FreezePanes(String) the windows are unsplitted and vice-versa

Syntax

JScript 
public function SplitWindow( 
   xOffset : int,
   yOffset : int
);

Parameters

xOffset
Offset from the left on 1/20 of a point. Zero for no vertical split.
yOffset
Offset from the top on 1/20 of a point. Zero for no horizontal split.

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.