<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>XLSSheetData5: Class TXLSWorksheet</title>
<meta name="generator" content="PasDoc 0.12.1">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
</head>
<body>
<table class="container"><tr><td class="navigation">
<p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
<a name="TXLSWorksheet"></a><h1 class="cio">Class TXLSWorksheet</h1>
<table class="sections wide_list">
<tr>
<td><a class="section" href="#PasDoc-Description">Description</a></td><td><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#PasDoc-Methods">Methods</a></td><td><a class="section" href="#PasDoc-Properties">Properties</a></td></tr></table>
<a name="PasDoc-Description"></a><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="XLSSheetData5.html">XLSSheetData5</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type TXLSWorksheet = class(<a class="normal" href="XLSUtils5.TIndexObject.html">TIndexObject</a>)</code></p>
<h2 class="description">Description</h2>
<div class="nodescription">no description available, TIndexObject description follows</div><a name="PasDoc-Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">TObject</li>
<li class="ancestor"><a class="normal" href="XLSUtils5.TIndexObject.html">TIndexObject</a></li>
<li class="thisitem">TXLSWorksheet</li></ul><h2 class="overview">Overview</h2>
<a name="PasDoc-Methods"></a><h3 class="summary">Methods</h3>
<table class="summary wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>constructor <b><a href="XLSSheetData5.TXLSWorksheet.html#Create">Create</a></b>(AClassFactory: TXLSClassFactory; AOwner: <a href="XLSSheetData5.TXLSWorkbook.html">TXLSWorkbook</a>; AManager: TXc12Manager; AXc12Sheet: TXc12DataWorksheet);</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>destructor <b><a href="XLSSheetData5.TXLSWorksheet.html#Destroy">Destroy</a></b>; override;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#RequestObject">RequestObject</a></b>(AClass: TClass): TObject; override;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#MakeFormattedText">MakeFormattedText</a></b>(const ACell: TXLSCellItem): TXLSFormattedText; overload;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#MakeFormattedText">MakeFormattedText</a></b>(const ACol,ARow: integer; var AFormattedText: TXLSFormattedText): boolean; overload;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#Assign">Assign</a></b>(Source: <a href="XLSSheetData5.TXLSWorksheet.html">TXLSWorksheet</a>);</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#MMUCells">MMUCells</a></b>: TXLSCellMMU;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#Clear">Clear</a></b>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#ClearData">ClearData</a></b>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#ClearWorksheet">ClearWorksheet</a></b>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#FillRandom">FillRandom</a></b>(const AArea: <a href="XLSUtils5.html#AxUCString">AxUCString</a>;const AValue: integer);</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#AutoWidthCol">AutoWidthCol</a></b>(const ACol: integer): integer;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#AutoWidthCols">AutoWidthCols</a></b>(const Col1,Col2: integer);</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#AutoHeightRow">AutoHeightRow</a></b>(const ARow: integer): boolean;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <b><a href="XLSSheetData5.TXLSWorksheet.html#AutoHeightRows">AutoHeightRows</a></b>(const Row1,Row2: integer): boolean;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#AutoSizeCell">AutoSizeCell</a></b>(const ACol,ARow: integer; const ASizeCol,ASizeRow: boolean);</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#UnfreezePanes">UnfreezePanes</a></b>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.html#FreezePanes">FreezePanes</a></b>(const AColumns,ARows: integer);</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <b><a href="XLSSheetData5.TXLSWorksheet.
- 1
- 2
- 3
- 4
前往页