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 5340615 additions and 1740125 deletions
+92 -17
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>WorksheetProperties Class</title>
<title>CellRange Class</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">WorksheetProperties Class</h1>
<h1 class="title">CellRange Class</h1>
<div class="metadata">
Namespace:
<a href="topic_000000000000044E.html">FastExcel</a>
<a href="topic_0000000000000493.html">FastExcel</a>
@@ -89,7 +89,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<summary-info>Extra properties for a worksheet</summary-info>
<summary-info>Represents a range of cells</summary-info>
@@ -139,7 +139,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeVB">
<pre xml:space="preserve" class="brush: vb">Public Class WorksheetProperties</pre>
<pre xml:space="preserve" class="brush: vb">Public Class CellRange</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -178,7 +178,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCsharp">
<pre xml:space="preserve" class="brush: csharp">public class WorksheetProperties</pre>
<pre xml:space="preserve" class="brush: csharp">public class CellRange</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -218,7 +218,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCpp">
<pre xml:space="preserve" class="brush: cpp">public ref class WorksheetProperties </pre>
<pre xml:space="preserve" class="brush: cpp">public ref class CellRange </pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -257,7 +257,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeJScript">
<pre xml:space="preserve" class="brush: js">public class WorksheetProperties</pre>
<pre xml:space="preserve" class="brush: js">public class CellRange</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -287,6 +287,57 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Constructors</a></span>
<div>&nbsp;</div>
</div>
<div id="ConstructorsSection" class="section">
<table class="memberListTable">
<tr>
<th></th>
<th>
Name
</th>
<th>
Description
</th>
</tr>
<tr class="
">
<td>
<img alt="Public constructor" title="Public constructor" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_00000000000004A7.html">CellRange(string, string, int, Nullable&lt;Int32&gt;)</a>
</td>
<td>
Defines a cell range using varibles
</td>
</tr>
</table>
<a href="#mainBody">
Top
</a>
</div>
</div>
<div class="section_container">
<div class="section_heading">
@@ -319,12 +370,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</td>
<td>
<a href="topic_00000000000004A3.html">CurrentIndex</a>
<a href="topic_00000000000004A4.html">ColumnEnd</a>
</td>
<td>
Sheet index
Column Range End
</td>
</tr>
@@ -343,12 +394,12 @@ Sheet index
</td>
<td>
<a href="topic_00000000000004A5.html">Name</a>
<a href="topic_00000000000004A3.html">ColumnStart</a>
</td>
<td>
Sheet name
Column Range Start
</td>
</tr>
@@ -367,12 +418,36 @@ Sheet name
</td>
<td>
<a href="topic_00000000000004A4.html">SheetId</a>
<a href="topic_00000000000004A6.html">RowEnd</a>
</td>
<td>
Sheet Id
Row Range End
</td>
</tr>
<tr class="
">
<td>
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
</td>
<td>
<a href="topic_00000000000004A5.html">RowStart</a>
</td>
<td>
Row Range Start
</td>
</tr>
@@ -421,13 +496,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>
@@ -530,7 +605,7 @@ inheritedMember
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_000000000000044E.html">FastExcel Namespace</a><br />
<a href="topic_0000000000000493.html">FastExcel Namespace</a><br />