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>Row Constructor</title>
|
||||
<title>FastExcel.Write Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -75,12 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">Row Constructor</h1>
|
||||
<h1 class="title">FastExcel.Write Method</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<summary-info>/// Create a new Row
|
||||
///</summary-info>
|
||||
<summary-info>Write a excel from datatable</summary-info>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
@@ -102,26 +101,48 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000487.html">Row(XElement, Worksheet)</a>
|
||||
<a href="topic_0000000000000486.html">Write(DataTable, string)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Constructor
|
||||
///
|
||||
Write a excel from datatable
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000486.html">Row(int, IEnumerable<Cell>)</a>
|
||||
<a href="topic_000000000000047F.html">Write(Worksheet)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new Row
|
||||
///
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000480.html">Write(Worksheet, int, int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000481.html">Write(Worksheet, string, int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Write data to a sheet
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -142,11 +163,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000483.html">Row 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