update 20240812

This commit is contained in:
Stefan Hutter
2024-08-12 16:35:06 +02:00
parent 43c44e0aad
commit fc8811829d
7922 changed files with 205978 additions and 91947 deletions

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>FastExcel.GetWorksheetIndexFromName Method</title>
<title>Cell.GetExcelColumnNumber Method</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">FastExcel.GetWorksheetIndexFromName Method</h1>
<h1 class="title">Cell.GetExcelColumnNumber Method</h1>
<div class="metadata">
Namespace:
<a href="topic_0000000000000493.html">FastExcel</a>
<a href="topic_00000000000004AC.html">FastExcel</a>
@@ -89,7 +89,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<summary-info>/// Retrieves the index for given worksheet name
<summary-info>/// Covert Column Name - Character(s) into a Column Number eg A-1, B-2, A1 - 1, B9 - 2
///</summary-info>
@@ -140,7 +140,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeVB">
<pre xml:space="preserve" class="brush: vb">Public Function GetWorksheetIndexFromName( _&nbsp;<br /> ByVal <i>name</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> _&nbsp;<br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</a></pre>
<pre xml:space="preserve" class="brush: vb">Public Shared Function GetExcelColumnNumber( _&nbsp;<br /> ByVal <i>columnName</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _&nbsp;<br /> Optional ByVal <i>includesRowNumber</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">Boolean</a> = true _&nbsp;<br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">Integer</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 +179,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCsharp">
<pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> GetWorksheetIndexFromName(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>name</i>&nbsp;<br />)</pre>
<pre xml:space="preserve" class="brush: csharp">public static <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> GetExcelColumnNumber(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>columnName</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a> <i>includesRowNumber</i> = true&nbsp;<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 +219,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCpp">
<pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> GetWorksheetIndexFromName(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>name</i>&nbsp;<br />) </pre>
<pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br />static <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a> GetExcelColumnNumber(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>columnName</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a> <i>includesRowNumber</i>&nbsp;<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 +258,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeJScript">
<pre xml:space="preserve" class="brush: js">public function GetWorksheetIndexFromName(&nbsp;<br /> <i>name</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>&nbsp;<br />) : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>;</pre>
<pre xml:space="preserve" class="brush: js">public static function GetExcelColumnNumber(&nbsp;<br /> <i>columnName</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>,&nbsp;<br /> <i>includesRowNumber</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">boolean</a>&nbsp;<br />) : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>;</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -270,10 +270,10 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<h4 class="subHeading">
Parameters</h4><dl paramName="name" class="parameterList">
Parameters</h4><dl paramName="columnName" class="parameterList">
<dt>
<span class="parameter">
name
columnName
</span>
</dt>
<dd>
@@ -281,7 +281,20 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</dd>
</dl>
<p>
&lt;default&gt;
Column Name - Character(s) optinally with the Row Number
</p>
<dl paramName="includesRowNumber" class="parameterList">
<dt>
<span class="parameter">
includesRowNumber
</span>
</dt>
<dd>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.boolean">bool</a>
</dd>
</dl>
<p>
Specify if the row number is included
</p>
<p />
@@ -290,7 +303,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
Return Value</h4>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.int32">int</a>
<p>
1 based index of sheet or 0 if not found
Column Number
</p>
@@ -380,11 +393,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_00000000000004B0.html">FastExcel Class</a><br />
<a href="topic_00000000000004AD.html">Cell Class</a><br />
<a href="topic_0000000000000493.html">FastExcel Namespace</a><br />
<a href="topic_00000000000004AC.html">FastExcel Namespace</a><br />