Skip to content

Commit b155fdc

Browse files
committed
Updated docs from commit 3ef7e0b on refs/heads/master
1 parent 7ba770d commit b155fdc

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

api/Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,32 @@ <h5 class="propertyValue">Property Value</h5>
193193
</table>
194194

195195

196+
<a id="Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_SameRowMaxRowCount_" data-uid="Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount*"></a>
197+
<h4 id="Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_SameRowMaxRowCount" data-uid="Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount">SameRowMaxRowCount</h4>
198+
<div class="markdown level1 summary"><p>同行最大行数</p>
199+
</div>
200+
<div class="markdown level1 conceptual"></div>
201+
<h5 class="decalaration">Declaration</h5>
202+
<div class="codewrapper">
203+
<pre><code class="lang-csharp hljs">public int? SameRowMaxRowCount { get; set; }</code></pre>
204+
</div>
205+
<h5 class="propertyValue">Property Value</h5>
206+
<table class="table table-bordered table-striped table-condensed">
207+
<thead>
208+
<tr>
209+
<th>Type</th>
210+
<th>Description</th>
211+
</tr>
212+
</thead>
213+
<tbody>
214+
<tr>
215+
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Int32</span>&gt;</td>
216+
<td></td>
217+
</tr>
218+
</tbody>
219+
</table>
220+
221+
196222
<a id="Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_TableKey_" data-uid="Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.TableKey*"></a>
197223
<h4 id="Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_TableKey" data-uid="Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.TableKey">TableKey</h4>
198224
<div class="markdown level1 summary"><p>表格数据对象Key</p>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
"output": {
325325
".html": {
326326
"relative_path": "api/Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.html",
327-
"hash": "AqoORwE22IfkoOkPGEqikYtP5JYICQbsttPQrNADmcU="
327+
"hash": "T8IFClSVhDO+EMxYIxF+wWvaOa5s9E0M/1UtOObt6Dk="
328328
}
329329
},
330330
"is_incremental": false,

xrefmap.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,6 +2957,19 @@ references:
29572957
isSpec: "True"
29582958
fullName: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.RowCount
29592959
nameWithType: TemplateTableInfo.RowCount
2960+
- uid: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount
2961+
name: SameRowMaxRowCount
2962+
href: api/Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.html#Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_SameRowMaxRowCount
2963+
commentId: P:Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount
2964+
fullName: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount
2965+
nameWithType: TemplateTableInfo.SameRowMaxRowCount
2966+
- uid: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount*
2967+
name: SameRowMaxRowCount
2968+
href: api/Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.html#Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_SameRowMaxRowCount_
2969+
commentId: Overload:Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount
2970+
isSpec: "True"
2971+
fullName: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.SameRowMaxRowCount
2972+
nameWithType: TemplateTableInfo.SameRowMaxRowCount
29602973
- uid: Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.TableKey
29612974
name: TableKey
29622975
href: api/Magicodes.ExporterAndImporter.Excel.Utility.TemplateExport.TemplateTableInfo.html#Magicodes_ExporterAndImporter_Excel_Utility_TemplateExport_TemplateTableInfo_TableKey

0 commit comments

Comments
 (0)