# Wijmo_Xlsx.Worksheet

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WorkSheet Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Workbook Object Model sheet definition that includes sheet
									properties and data.</p>
								</div>
								<p>The sheet cells are stored in row objects and are accessible using JavaScript
								expressions like <b>sheet.rows[i].cells[j]</b>.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">WorkSheet</span>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#columns" class="tsd-kind-icon">columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#frozenpane" class="tsd-kind-icon">frozen<wbr>Pane</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#righttoleft" class="tsd-kind-icon">right<wbr>ToLeft</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#rows" class="tsd-kind-icon">rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#summarybelow" class="tsd-kind-icon">summary<wbr>Below</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#tables" class="tsd-kind-icon">tables</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.worksheet.html#visible" class="tsd-kind-icon">visible</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Work<wbr>Sheet<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_xlsx.worksheet.html" class="tsd-signature-type">WorkSheet</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_xlsx.worksheet.html">WorkSheet</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_xlsx.worksheet.html" class="tsd-signature-type">WorkSheet</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="columns" class="tsd-anchor"></a>
								<h3>columns</h3>
								<div class="tsd-signature tsd-kind-icon">columns<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbookcolumn.html" class="tsd-signature-type">WorkbookColumn</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#columns">columns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array of sheet columns definitions.</p>
									</div>
									<p>Each <a href="wijmo_xlsx.workbookcolumn.html">WorkbookColumn</a> object in the array describes a column
										at the corresponding position in xlsx sheet, i.e. the column with index 0
										corresponds to xlsx sheet column with index A, object with
										index 1 defines sheet column with index B, and so on. If certain column
										has no description in xlsx file, then corresponding array element
									is undefined for both export and import operations.</p>
									<p>If <a href="wijmo_xlsx.workbookcolumn.html">WorkbookColumn</a> object in the array doesn't specify the
									<b>width</b> property value, then the default column width is applied.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="frozenpane" class="tsd-anchor"></a>
								<h3>frozenPane</h3>
								<div class="tsd-signature tsd-kind-icon">frozen<wbr>Pane<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbookfrozenpane.html" class="tsd-signature-type">WorkbookFrozenPane</a></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#frozenpane">frozenPane</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> Gets or sets the <a href="wijmo_xlsx.workbookfrozenpane.html">WorkbookFrozenPane</a> settings.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="name" class="tsd-anchor"></a>
								<h3>name</h3>
								<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#name">name</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the sheet name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="righttoleft" class="tsd-anchor"></a>
								<h3>rightToLeft</h3>
								<div class="tsd-signature tsd-kind-icon">right<wbr>ToLeft<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#righttoleft">rightToLeft</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the sheet is in "right to left" display mode, i.e. when Column A is placed on the far right.
										The default value is <strong>undefined</strong>, which means <strong>false</strong>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="rows" class="tsd-anchor"></a>
								<h3>rows</h3>
								<div class="tsd-signature tsd-kind-icon">rows<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbookrow.html" class="tsd-signature-type">WorkbookRow</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#rows">rows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets an array of sheet rows definition.</p>
									</div>
									<p>Each <a href="wijmo_xlsx.workbookrow.html">WorkbookRow</a> object in the array describes a row at the corresponding
										position in xlsx sheet, i.e. the row with index 0 corresponds to excel sheet
										row with index 1, object with index 1 defines sheet row with index 2, and so on.
										If certain row has no properties and data in xlsx file, then corresponding array
									element is undefined for both export and import operations.</p>
									<p>If <a href="wijmo_xlsx.workbookrow.html">WorkbookRow</a> object in the array doesn't specify the <b>height</b> property
									value, then the default row height is applied.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="style" class="tsd-anchor"></a>
								<h3>style</h3>
								<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbookstyle.html" class="tsd-signature-type">WorkbookStyle</a></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#style">style</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the row style.</p>
									</div>
									<p>The property defines the style for all cells in the worksheet, and
									can be overridden by the specific cell styles.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="summarybelow" class="tsd-anchor"></a>
								<h3>summaryBelow</h3>
								<div class="tsd-signature tsd-kind-icon">summary<wbr>Below<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#summarybelow">summaryBelow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets a value indicating whether summary rows appear below or
										above detail rows.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="tables" class="tsd-anchor"></a>
								<h3>tables</h3>
								<div class="tsd-signature tsd-kind-icon">tables<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbooktable.html" class="tsd-signature-type">WorkbookTable</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#tables">tables</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the name of tables refered in this worksheet.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="visible" class="tsd-anchor"></a>
								<h3>visible</h3>
								<div class="tsd-signature tsd-kind-icon">visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworksheet.html">IWorkSheet</a>.<a href="../interfaces/wijmo_xlsx.iworksheet.html#visible">visible</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the worksheet visibility.</p>
									</div>
								</div>
							</section>
						</section>
					</div>