update 20240812

This commit is contained in:
Stefan Hutter
2024-08-12 16:35:06 +02:00
parent 43c44e0aad
commit fc8811829d
7922 changed files with 205978 additions and 91947 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
<link rel="icon" href="favicon.ico">
<title>Cell Methods</title>
<title>Barcode Methods</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">Cell Methods</h1>
<h1 class="title">Barcode Methods</h1>
<p />
<p>
The following tables list the members exposed by the
<a href="topic_000000000000044C.html">Cell</a>
<a href="topic_000000000000044C.html">Barcode</a>
type.
</p>
@@ -109,7 +109,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<tr class="
inheritedMember
">
@@ -120,199 +119,12 @@ inheritedMember
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals">Equals(Object)</a>
<a href="topic_000000000000044F.html">Get_Datamatrix(DmtxScheme, string, int, int, int, string, string, string, int)</a>
</td>
<td>
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.finalize">Finalize</a>
</td>
<td>
Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
</td>
<td>
<a href="topic_0000000000000456.html">GetExcelColumnName(int)</a>
</td>
<td>
/// Convert Column Number into Column Name - Character(s) eg 1-A, 2-B
///
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
</td>
<td>
<a href="topic_0000000000000457.html">GetExcelColumnNumber(string, bool)</a>
</td>
<td>
/// Covert Column Name - Character(s) into a Column Number eg A-1, B-2, A1 - 1, B9 - 2
///
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode">GetHashCode</a>
</td>
<td>
Fungiert als die Standardhashfunktion.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype">GetType</a>
</td>
<td>
Ruft den <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.type">Type</a> der aktuellen Instanz ab.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone">MemberwiseClone</a>
</td>
<td>
Erstellt eine flache Kopie des aktuellen <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
@@ -335,13 +147,12 @@ Erstellt eine flache Kopie des aktuellen <a target="_top" href="https://docs.mic
</td>
<td>
<a href="topic_0000000000000458.html">Merge(Cell)</a>
<a href="topic_0000000000000450.html">Get_DatamatrixAsBase64(DmtxScheme, string, int, int, int, string, string, string, int)</a>
</td>
<td>
/// Merge the parameter cell into this cell
///
</td>
</tr>
@@ -364,13 +175,124 @@ Erstellt eine flache Kopie des aktuellen <a target="_top" href="https://docs.mic
</td>
<td>
<a href="topic_0000000000000459.html">ToString()</a>
<a href="topic_000000000000044D.html">Get_LinerBarcode(Symbology, string, string, string, string, int, int)</a>
</td>
<td>
///
///
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000044E.html">Get_LinerBarcodeAsBase64(Symbology, string, string, string, string, int, int)</a>
</td>
<td>
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_0000000000000451.html">Get_QRCode(string, string)</a>
</td>
<td>
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_0000000000000452.html">Get_QRCodeAsBase64(string, string)</a>
</td>
<td>
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_0000000000000453.html">ScaleImg(Image, int, int)</a>
</td>
<td>
</td>
</tr>
@@ -405,8 +327,6 @@ Erstellt eine flache Kopie des aktuellen <a target="_top" href="https://docs.mic
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
@@ -437,13 +357,13 @@ inheritedMember
</td>
<td>
<a href="topic_00000000000002DF.html">NameOf(this object)</a>
<a href="topic_000000000000033D.html">NameOf(this object)</a>
</td>
<td>
(Defined by <a target="_top" href="topic_00000000000002DD.html" onclick="this.target='';return true;">NLogHelper</a>).
(Defined by <a target="_top" href="topic_000000000000033B.html" onclick="this.target='';return true;">NLogHelper</a>).
</td>
</tr>
@@ -468,8 +388,8 @@ inheritedMember
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_000000000000044C.html">Cell Class</a><br />
<a href="topic_000000000000044B.html">FastExcel Namespace</a><br />
<a href="topic_000000000000044C.html">Barcode Class</a><br />
<a href="topic_000000000000044B.html">BarcodeLib Namespace</a><br />