mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 08:06:15 +08:00
66 lines
1.1 KiB
HTML
66 lines
1.1 KiB
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>
|
|
ZCL_EXCEL_RANGE
|
|
</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>
|
|
<BODY>
|
|
<H1>ZCL_EXCEL_RANGE</H1>
|
|
<BR/>
|
|
Description:
|
|
Worksheet
|
|
<BR/>
|
|
Visibility:
|
|
Public
|
|
<BR/>
|
|
<H2>Attributes: </H2>
|
|
<TABLE width="100%">
|
|
<TR class="top">
|
|
<TD>Name</TD>
|
|
<TD>Level</TD>
|
|
<TD>Visibility</TD>
|
|
<TD>Read-Only</TD>
|
|
<TD>Typing</TD>
|
|
<TD>Associated Type</TD>
|
|
<TD>Description</TD>
|
|
<TD>Initial Value</TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>NAME</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Public</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>ZEXCEL_RANGE_NAME</TD>
|
|
<TD>Range Name</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>GUID</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Public</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>ZEXCEL_RANGE_GUID</TD>
|
|
<TD>GUID for the OLTP System (RAW16)</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD>VALUE</TD>
|
|
<TD>Instance Attribute</TD>
|
|
<TD>Private</TD>
|
|
<TD>No</TD>
|
|
<TD>Type</TD>
|
|
<TD>ZEXCEL_RANGE_VALUE</TD>
|
|
<TD>Cell Value</TD>
|
|
<TD></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<H2>Events: </H2>
|
|
<BR/>
|
|
</BODY>
|
|
</HTML>
|