Skip to content

Commit b50e6e2

Browse files
deploy: 050cdc3
1 parent abc9088 commit b50e6e2

82 files changed

Lines changed: 2414 additions & 2237 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

NanoXLSX.Core/Address_8cs_source.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,12 @@
266266
<div class="line"><a id="l00244" name="l00244"></a><span class="lineno"> 244</span>}</div>
267267
</div>
268268
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html">NanoXLSX.Cell</a></div><div class="ttdoc">Class representing a cell of a worksheet.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00023">Cell.cs:24</a></div></div>
269-
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a0998cc7c5003f82c2ffa23512b597a22"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a0998cc7c5003f82c2ffa23512b597a22">NanoXLSX.Cell.ResolveCellCoordinate</a></div><div class="ttdeci">static Address ResolveCellCoordinate(string address)</div><div class="ttdoc">Gets the column and row number (zero based) of a cell by the address.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00743">Cell.cs:743</a></div></div>
270-
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a45ae13aca7309f01dece50eeb6a5eb97"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a45ae13aca7309f01dece50eeb6a5eb97">NanoXLSX.Cell.ValidateRowNumber</a></div><div class="ttdeci">static void ValidateRowNumber(int row)</div><div class="ttdoc">Validates the passed (zero-based) row number. An exception will be thrown if the row is invalid.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00929">Cell.cs:929</a></div></div>
271-
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a607d7ba08c519f17499cd77bcd1904f5"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a607d7ba08c519f17499cd77bcd1904f5">NanoXLSX.Cell.ResolveCellAddress</a></div><div class="ttdeci">static string ResolveCellAddress(int column, int row, AddressType type=AddressType.Default)</div><div class="ttdoc">Gets the address of a cell by the column and row number (zero based).</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00719">Cell.cs:719</a></div></div>
269+
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a0998cc7c5003f82c2ffa23512b597a22"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a0998cc7c5003f82c2ffa23512b597a22">NanoXLSX.Cell.ResolveCellCoordinate</a></div><div class="ttdeci">static Address ResolveCellCoordinate(string address)</div><div class="ttdoc">Gets the column and row number (zero based) of a cell by the address.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00742">Cell.cs:742</a></div></div>
270+
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a45ae13aca7309f01dece50eeb6a5eb97"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a45ae13aca7309f01dece50eeb6a5eb97">NanoXLSX.Cell.ValidateRowNumber</a></div><div class="ttdeci">static void ValidateRowNumber(int row)</div><div class="ttdoc">Validates the passed (zero-based) row number. An exception will be thrown if the row is invalid.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00928">Cell.cs:928</a></div></div>
271+
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a607d7ba08c519f17499cd77bcd1904f5"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a607d7ba08c519f17499cd77bcd1904f5">NanoXLSX.Cell.ResolveCellAddress</a></div><div class="ttdeci">static string ResolveCellAddress(int column, int row, AddressType type=AddressType.Default)</div><div class="ttdoc">Gets the address of a cell by the column and row number (zero based).</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00718">Cell.cs:718</a></div></div>
272272
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a6eec9f04ff3237d4589ddb4b118dbdf8"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a6eec9f04ff3237d4589ddb4b118dbdf8">NanoXLSX.Cell.AddressType</a></div><div class="ttdeci">AddressType</div><div class="ttdoc">Enum for the referencing style of the address.</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00059">Cell.cs:60</a></div></div>
273-
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a8be7ff0772e02e59a49b728b04e48b02"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a8be7ff0772e02e59a49b728b04e48b02">NanoXLSX.Cell.ValidateColumnNumber</a></div><div class="ttdeci">static void ValidateColumnNumber(int column)</div><div class="ttdoc">Validates the passed (zero-based) column number. An exception will be thrown if the column is invalid...</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00915">Cell.cs:915</a></div></div>
274-
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_ae4505fabca63dea6ef9bee205a77a18a"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#ae4505fabca63dea6ef9bee205a77a18a">NanoXLSX.Cell.ResolveColumnAddress</a></div><div class="ttdeci">static string ResolveColumnAddress(int columnNumber)</div><div class="ttdoc">Gets the column address (A - XFD).</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00868">Cell.cs:868</a></div></div>
273+
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_a8be7ff0772e02e59a49b728b04e48b02"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#a8be7ff0772e02e59a49b728b04e48b02">NanoXLSX.Cell.ValidateColumnNumber</a></div><div class="ttdeci">static void ValidateColumnNumber(int column)</div><div class="ttdoc">Validates the passed (zero-based) column number. An exception will be thrown if the column is invalid...</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00914">Cell.cs:914</a></div></div>
274+
<div class="ttc" id="aclassNanoXLSX_1_1Cell_html_ae4505fabca63dea6ef9bee205a77a18a"><div class="ttname"><a href="classNanoXLSX_1_1Cell.html#ae4505fabca63dea6ef9bee205a77a18a">NanoXLSX.Cell.ResolveColumnAddress</a></div><div class="ttdeci">static string ResolveColumnAddress(int columnNumber)</div><div class="ttdoc">Gets the column address (A - XFD).</div><div class="ttdef"><b>Definition</b> <a href="Cell_8cs_source.html#l00867">Cell.cs:867</a></div></div>
275275
<div class="ttc" id="aclassNanoXLSX_1_1Worksheet_html_a5ba242d4798c72738e722f6ab5df968d"><div class="ttname"><a href="classNanoXLSX_1_1Worksheet.html#a5ba242d4798c72738e722f6ab5df968d">NanoXLSX.Worksheet.MaxRowNumber</a></div><div class="ttdeci">static readonly int MaxRowNumber</div><div class="ttdoc">Maximum row number (zero-based) as constant.</div><div class="ttdef"><b>Definition</b> <a href="Worksheet_8cs_source.html#l00074">Worksheet.cs:74</a></div></div>
276276
<div class="ttc" id="anamespaceNanoXLSX_html"><div class="ttname"><a href="namespaceNanoXLSX.html">NanoXLSX</a></div><div class="ttdef"><b>Definition</b> <a href="#l00010">Address.cs:11</a></div></div>
277277
<div class="ttc" id="astructNanoXLSX_1_1Address_html"><div class="ttname"><a href="structNanoXLSX_1_1Address.html">NanoXLSX.Address</a></div><div class="ttdoc">Struct representing the cell address as column and row (zero based).</div><div class="ttdef"><b>Definition</b> <a href="#l00015">Address.cs:16</a></div></div>

0 commit comments

Comments
 (0)