Update nach EDK-Read
This commit is contained in:
@@ -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>FastExcel.Dispose Method</title>
|
||||
<title>FastExcel Constructor</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">FastExcel.Dispose Method</h1>
|
||||
<h1 class="title">FastExcel Constructor</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<summary-info>/// Main disposal function
|
||||
<summary-info>/// Update an existing excel file stream
|
||||
///</summary-info>
|
||||
|
||||
|
||||
@@ -102,12 +102,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000471.html">Dispose(bool)</a>
|
||||
<a href="topic_000000000000046F.html">FastExcel(FileInfo, bool)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Main disposal function
|
||||
/// Update an existing excel file
|
||||
///
|
||||
|
||||
</td>
|
||||
@@ -115,12 +115,38 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000470.html">Dispose()</a>
|
||||
<a href="topic_0000000000000470.html">FastExcel(FileInfo, FileInfo)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Saves any pending changes to the Excel stream and adds/updates associated files if needed
|
||||
/// Create a new excel file from a template
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000471.html">FastExcel(Stream)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Update an existing excel file stream
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000472.html">FastExcel(Stream, Stream, bool, bool)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new excel file from a template
|
||||
///
|
||||
|
||||
</td>
|
||||
@@ -142,11 +168,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000467.html">FastExcel Class</a><br />
|
||||
<a href="topic_000000000000046B.html">FastExcel Class</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_000000000000044B.html">FastExcel Namespace</a><br />
|
||||
<a href="topic_000000000000044E.html">FastExcel Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user