Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 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>Worksheet Class</title>
<title>qrcode Class</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -74,22 +74,21 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">Worksheet Class</h1>
<h1 class="title">qrcode Class</h1>
<div class="metadata">
Namespace:
<a href="topic_000000000000044E.html">FastExcel</a>
<a href="topic_000000000000048F.html">Barcoded.qr</a>
<br />Assembly: ExcelNet (in ExcelNet.dll)
<br />Assembly: BarcodeLib (in BarcodeLib.dll)
</div>
<summary-info>Excel Worksheet</summary-info>
@@ -139,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeVB">
<pre xml:space="preserve" class="brush: vb">Public Class Worksheet</pre>
<pre xml:space="preserve" class="brush: vb">Public Class qrcode</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -178,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCsharp">
<pre xml:space="preserve" class="brush: csharp">public class Worksheet</pre>
<pre xml:space="preserve" class="brush: csharp">public class qrcode</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -218,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCpp">
<pre xml:space="preserve" class="brush: cpp">public ref class Worksheet </pre>
<pre xml:space="preserve" class="brush: cpp">public ref class qrcode </pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -257,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeJScript">
<pre xml:space="preserve" class="brush: js">public class Worksheet</pre>
<pre xml:space="preserve" class="brush: js">public class qrcode</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -306,7 +305,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</tr>
<tr class="
<tr class="
">
@@ -317,36 +317,15 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</td>
<td>
<a href="topic_0000000000000498.html">Worksheet()</a>
<a href="topic_0000000000000491.html">qrcode(string, string)</a>
</td>
<td>
Constructor
</td>
</tr>
<tr class="
">
<td>
<img alt="Public constructor" title="Public constructor" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_0000000000000499.html">Worksheet(FastExcel)</a>
</td>
<td>
Constructor
</td>
</tr>
@@ -359,225 +338,6 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
</div>
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Properties</a></span>
<div>&nbsp;</div>
</div>
<div id="PropertiesSection" class="section">
<table class="memberListTable">
<tr>
<th></th>
<th>
Name
</th>
<th>
Description
</th>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000495.html">ExistingHeadingRows</a>
</td>
<td>
Is there any existing heading rows
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_000000000000049F.html">Exists</a>
</td>
<td>
Does the file exist
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000497.html">FastExcel</a>
</td>
<td>
Fast Excel
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000492.html">Headings</a>
</td>
<td>
Heading Names
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000493.html">Index</a>
</td>
<td>
Index of this worksheet (Starts at 1)
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000494.html">Name</a>
</td>
<td>
Name of this worksheet
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000491.html">Rows</a>
</td>
<td>
Collection of rows in this worksheet
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_0000000000000496.html">Template</a>
</td>
<td>
Template
</td>
</tr>
</table>
<a href="#mainBody">
Top
</a>
</div>
</div>
@@ -616,180 +376,12 @@ Template
</td>
<td>
<a href="topic_000000000000049C.html">AddRow(params object[])</a>
<a href="topic_0000000000000492.html">RenderCode()</a>
</td>
<td>
Add a row using a collection of value objects
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000049D.html">AddValue(int, int, object)</a>
</td>
<td>
Note: This method is slow
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_00000000000004A1.html">GetCellsInRange(CellRange)</a>
</td>
<td>
Returns cells using provided range
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000049E.html">Merge(Worksheet)</a>
</td>
<td>
Merges the parameter into the current DatSet object, the parameter takes precedence
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000049A.html">PopulateRows&lt;T&gt;(IEnumerable&lt;T&gt;, int, bool)</a>
</td>
<td>
Populate rows
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000049B.html">PopulateRowsFromDataTable(DataTable, int)</a>
</td>
<td>
Populate rows from datatable
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_00000000000004A0.html">Read(int)</a>
</td>
<td>
Read the worksheet
</td>
</tr>
@@ -818,12 +410,6 @@ Read the worksheet
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
@@ -854,13 +440,13 @@ inheritedMember
</td>
<td>
<a href="topic_00000000000002E2.html">NameOf(this object)</a>
<a href="topic_0000000000000324.html">NameOf(this object)</a>
</td>
<td>
(Defined by <a target="_top" href="topic_00000000000002E0.html" onclick="this.target='';return true;">NLogHelper</a>).
(Defined by <a target="_top" href="topic_0000000000000322.html" onclick="this.target='';return true;">NLogHelper</a>).
</td>
</tr>
@@ -963,7 +549,7 @@ inheritedMember
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_000000000000044E.html">FastExcel Namespace</a><br />
<a href="topic_000000000000048F.html">Barcoded.qr Namespace</a><br />