mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 03:02:04 +08:00
131 lines
2.1 KiB
HTML
131 lines
2.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
GET_TOTALS_FORMULA
|
|
</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>GET_TOTALS_FORMULA</H1>
|
|
<BR/>
|
|
<P>
|
|
Description:
|
|
Returns formula for totals row based on column name and fun
|
|
<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_COLUMN</TD>
|
|
<TD>Type</TD>
|
|
<TD>CLIKE</TD>
|
|
<TD></TD>
|
|
<TD>Yes</TD>
|
|
<TD>No</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>IP_FUNCTION</TD>
|
|
<TD>Type</TD>
|
|
<TD>ZEXCEL_TABLE_TOTALS_FUNCTION</TD>
|
|
<TD></TD>
|
|
<TD>Yes</TD>
|
|
<TD>No</TD>
|
|
<TD>Totals function for table column (xml ST_TotalsRowFunction)</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>
|
|
<TR>
|
|
<TD>EP_FORMULA</TD>
|
|
<TD>Type</TD>
|
|
<TD>STRING</TD>
|
|
<TD>Yes</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Exceptiopns</H2>
|
|
<BR/>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Exception</TD>
|
|
<TD>Short Text</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<BR/>
|
|
<BR/>
|
|
<H2>Method Coment Header</H2>
|
|
<BR/>
|
|
</HTML>
|