mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-04 15:16:21 +08:00
128 lines
2.1 KiB
HTML
128 lines
2.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
FREEZE_PANES
|
|
</TITLE>
|
|
<link rel="stylesheet" type="text/css" href="css/style_class.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/style_function_groups.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/style_object_list.css" />
|
|
</HEAD>
|
|
<H1>FREEZE_PANES</H1>
|
|
<BR/>
|
|
<P>
|
|
Description:
|
|
Freeze panes for supplied number of rows and/or columns
|
|
<BR/>
|
|
Visibility:
|
|
Public
|
|
<BR/>
|
|
Other Properties:
|
|
</P>
|
|
<BR/>
|
|
<BR/>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Category</TD>
|
|
<TD>Declaration Level</TD>
|
|
<TD>Abstract</TD>
|
|
<TD>Final</TD>
|
|
<TD>Locked</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>Method</TD>
|
|
<TD>Instance Method</TD>
|
|
<TD>Yes</TD>
|
|
<TD>Yes</TD>
|
|
<TD>Yes</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<H2>Importing Parameters</H2>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Parameter Name</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Default value</TD>
|
|
<TD>Optional</TD>
|
|
<TD>Pass Value</TD>
|
|
<TD>Short text</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>IP_NUM_COLUMNS</TD>
|
|
<TD>Type</TD>
|
|
<TD>I</TD>
|
|
<TD></TD>
|
|
<TD>Yes</TD>
|
|
<TD>No</TD>
|
|
<TD>Number of columns to freeze (starting from left-most)</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>IP_NUM_ROWS</TD>
|
|
<TD>Type</TD>
|
|
<TD>I</TD>
|
|
<TD></TD>
|
|
<TD>Yes</TD>
|
|
<TD>No</TD>
|
|
<TD>Number of rows to freeze (starting from top-most)</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Exporting Parameters</H2>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Parameter Name</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Pass Value</TD>
|
|
<TD>Short text</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Changing Parameters</H2>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Parameter Name</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Default Value</TD>
|
|
<TD>Optional</TD>
|
|
<TD>Pass Value</TD>
|
|
<TD>Short text</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Returning Parameters</H2>
|
|
<BR/>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Parameter Name</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Pass Value</TD>
|
|
<TD>Short text</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Exceptiopns</H2>
|
|
<BR/>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Exception</TD>
|
|
<TD>Short Text</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>ZCX_EXCEL</TD>
|
|
<TD>Exceptions for ABAP2XLSX</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Method Coment Header</H2>
|
|
<BR/>
|
|
</HTML>
|