⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 of_thaw_panes.htm

📁 pbto execel 使用控件将powerbuilder 中数据窗口内容导出excel文件中
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Pb2xls developer's reference</title>
<link rel="STYLESHEET" href="style.css" type="text/css">
</head>

<body bgcolor="#FFFFFF">

<!-- Reference header -->
<table width="100%" cellpadding=0 cellspacing=0>
  <tr>
    <td class=footer_text width=20%>Release 1.6<br>15 September 2004</td>
    <td class=doc_header align="center">Developer's reference</td>
    <td width=20% align="right">
      <a class=hidden_link href="http://desta.com.ua/pb2xls/"><img src=pb2xls_logo.gif alt="PB2XLS for PowerBuilder" border=0></a></td>
  </tr>
</table>
<hr>



<table cellspacing=0 cellpadding=0 class=path_table> <tr><td><a class=hidden_link href=reference.htm>Reference</a> &gt; <a class=hidden_link href=n_xls_worksheet.htm>N_XLS_WORKSHEET</a> &gt; <a class=hidden_link href=of_thaw_panes.htm>of_thaw_panes</a></td></tr> </table>
<table width=100%><tr><td class=light_line></td></tr></table><p class=head1>
of_thaw_panes() method
</p>
<p class=txt>
Divide a worksheet into horizontal or vertical regions known as panes. This method is different from the of_freeze_panes() method in that the splits between the panes will be visible to the user and each pane will have its own scroll bars.
</p>
<p class=head2>Syntax</p>
<div class=padding_txt>
<table cellpadding=7><tr class=grey_box><td class=txt>
<i>worksheet.</i><b>of_thaw_panes </b><i>(x, y, top_row, left_col)</i>
</td></tr></table></div>
<p class=head2>Parameters</p>
<div class=padding_txt>
<table cellpadding=3>
<tr class=grey_box><td class=txt><i>Y</i></td><td class=txt>The double whose value is the vertical position of the split</td></tr>
<tr class=grey_box><td class=txt><i>X</i></td><td class=txt>The double whose value is the horizontal position of the split</td></tr>
<tr class=grey_box><td class=txt><i>Top_row</i></td><td class=txt>The unsigned integer whose value is the top-most visible row in the scrolling region of the panes</td></tr>
<tr class=grey_box><td class=txt><i>Left_row</i></td><td class=txt>The unsigned integer whose value is the left-most visible column in the scrolling region of the panes</td></tr>
</table></div>
<p class=head2>
Return value
</p>
<div class=padding_txt> <p class=txt>
Integer. Returns 1 if it succeeds and -1 if an error occurs.</p></div>
<p class=head2>
Description
</p>
<div class=padding_txt><p class=txt>
The units for Y and X are the same as those used by Excel to specify row height and column width. However, the vertical and horizontal units are different from each other. Therefore you must specify the Y and X parameters in terms of the row heights and column widths that you have set or the default values which are 12.75 for a row and 8.43 for a column.<br>
You can set one of the Y and X parameters as zero if you do not want either a vertical or horizontal split.</p></div>
<p class=head2>
Examples
</p>
<pre>
worksheet.<a class=hidden_link href=of_thaw_panes.htm>of_thaw_panes</a> ( 0, 8.43, 0, 1)	//First column
worksheet.<a class=hidden_link href=of_thaw_panes.htm>of_thaw_panes</a> ( 12.75,  0, 1, 0 )	//First row
worksheet.<a class=hidden_link href=of_thaw_panes.htm>of_thaw_panes</a>( 12.75, 8.43, 1, 1 )	// First row and column</pre>

<table border=0 width="100%" cellpadding=0 cellspacing=0>
  <tr><td colspan=2 class=empty_line></td></tr>
  <tr><td colspan=2 class=line></td></tr>
  <tr>
    <td class=footer_text align="left">&copy; 2003, 2004 <a class=hidden_link href="http://desta.com.ua">Desta, Ltd.</a> All rights reserved.</td>
    <td class=footer_text align="right">
      <a class=hidden_link href="mailto:pb2xls_support@Desta.com.ua">SupportDesk</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -