update 20240812
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>Cell Class</title>
|
||||
<title>Barcode.Get_Datamatrix Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -74,23 +74,21 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">Cell Class</h1>
|
||||
<h1 class="title">Barcode.Get_Datamatrix Method</h1>
|
||||
|
||||
<div class="metadata">
|
||||
Namespace:
|
||||
<a href="topic_000000000000044E.html">FastExcel</a>
|
||||
<a href="topic_000000000000044B.html">BarcodeLib</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<br />Assembly: ExcelNet (in ExcelNet.dll)
|
||||
<br />Assembly: BarcodeLib (in BarcodeLib.dll)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<summary-info>/// Contains the actual value
|
||||
///</summary-info>
|
||||
|
||||
|
||||
|
||||
@@ -140,7 +138,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeVB">
|
||||
<pre xml:space="preserve" class="brush: vb">Public Class Cell</pre>
|
||||
<pre xml:space="preserve" class="brush: vb">Public Function Get_Datamatrix( _ <br /> ByVal <i>Typ</i> As <a target="_top" href="topic_000000000000047A.html" onclick="this.target='';return true;">DmtxScheme</a>, _ <br /> ByVal <i>InHalt</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> ByVal <i>ModuleSize</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</a>, _ <br /> ByVal <i>Marigin</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</a>, _ <br /> ByVal <i>Rotation</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</a>, _ <br /> ByVal <i>TextPlacement</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> ByVal <i>HrText</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> ByVal <i>HrFontName</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _ <br /> ByVal <i>HrFontSize</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</a> _ <br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image">Image</a></pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -179,7 +177,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCsharp">
|
||||
<pre xml:space="preserve" class="brush: csharp">public class Cell</pre>
|
||||
<pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image">Image</a> Get_Datamatrix( <br /> <a target="_top" href="topic_000000000000047A.html" onclick="this.target='';return true;">DmtxScheme</a> <i>Typ</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>InHalt</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>ModuleSize</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>Marigin</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>Rotation</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>TextPlacement</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>HrText</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>HrFontName</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>HrFontSize</i> <br />)</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -219,7 +217,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCpp">
|
||||
<pre xml:space="preserve" class="brush: cpp">public ref class Cell </pre>
|
||||
<pre xml:space="preserve" class="brush: cpp">public: <br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image">Image</a>^ Get_Datamatrix( <br /> <a target="_top" href="topic_000000000000047A.html" onclick="this.target='';return true;">DmtxScheme</a> <i>Typ</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>InHalt</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>ModuleSize</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>Marigin</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>Rotation</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>TextPlacement</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>HrText</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>HrFontName</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <i>HrFontSize</i> <br />) </pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -258,7 +256,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeJScript">
|
||||
<pre xml:space="preserve" class="brush: js">public class Cell</pre>
|
||||
<pre xml:space="preserve" class="brush: js">public function Get_Datamatrix( <br /> <i>Typ</i> : <a target="_top" href="topic_000000000000047A.html" onclick="this.target='';return true;">DmtxScheme</a>, <br /> <i>InHalt</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>ModuleSize</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>, <br /> <i>Marigin</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>, <br /> <i>Rotation</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>, <br /> <i>TextPlacement</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>HrText</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>HrFontName</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, <br /> <i>HrFontSize</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> <br />) : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image">Image</a>;</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
@@ -269,6 +267,131 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="subHeading">
|
||||
Parameters</h4><dl paramName="Typ" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Typ
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="topic_000000000000047A.html" onclick="this.target='';return true;">DmtxScheme</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="InHalt" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
InHalt
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="ModuleSize" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
ModuleSize
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="Marigin" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Marigin
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="Rotation" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
Rotation
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="TextPlacement" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
TextPlacement
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="HrText" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
HrText
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="HrFontName" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
HrFontName
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="HrFontSize" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
HrFontSize
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
<p />
|
||||
|
||||
<h4 class="subHeading">
|
||||
Return Value</h4>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.image">Image</a>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -288,518 +411,6 @@ 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> </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_0000000000000458.html">Cell(XElement, Worksheet)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new Cell
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public constructor" title="Public constructor" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000457.html">Cell(int, object)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Create a new Cell
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</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> </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_0000000000000455.html">CellName</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// First defined name assigned to cell or cell Letter + row number if no named defined.
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000454.html">CellNames</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// List of defined names assigned to this cell
|
||||
/// *Does not include names of ranges this cell is within*
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000452.html">ColumnName</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Defined name or the column letter(s) for column this cell is in
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000450.html">ColumnNumber</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Column Numnber (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_0000000000000456.html">RowNumber</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Number of the row this cell is on
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000451.html">Value</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// The value that is stored
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public property" title="Public property" src="msdn2019/pubproperty.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000453.html">XElement</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Raw underlying XElement of cell
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Methods</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="MethodsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_0000000000000459.html">GetExcelColumnName(int)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Convert Column Number into Column Name - Character(s) eg 1-A, 2-B
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000045A.html">GetExcelColumnNumber(string, bool)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Covert Column Name - Character(s) into a Column Number eg A-1, B-2, A1 - 1, B9 - 2
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000045B.html">Merge(Cell)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
/// Merge the parameter cell into this cell
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_000000000000045C.html">ToString()</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
///
|
||||
///
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="ExtensionMethodsSection" class="section">
|
||||
<table class="memberListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
<tr class="
|
||||
inheritedMember
|
||||
|
||||
|
||||
">
|
||||
<td>
|
||||
<img alt="Public extension method" title="Public extension method" src="msdn2019/pubextensionmethod.png"></img>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<a href="topic_00000000000002E2.html">NameOf(this object)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
(Defined by <a target="_top" href="topic_00000000000002E0.html" onclick="this.target='';return true;">NLogHelper</a>).
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
|
||||
<a href="#mainBody">
|
||||
Top
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Classes -->
|
||||
|
||||
<!-- Classes End -->
|
||||
|
||||
<!-- Standard Modules -->
|
||||
|
||||
<!-- Standard Modules End -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -860,7 +471,6 @@ inheritedMember
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">See Also</a></span>
|
||||
@@ -869,10 +479,14 @@ inheritedMember
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_000000000000044E.html">FastExcel Namespace</a><br />
|
||||
<a href="topic_000000000000044C.html">Barcode Class</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
<a href="topic_000000000000044B.html">BarcodeLib Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user