# Wijmo_Grid_Xlsx.Iextendedsheetinfo

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IExtendedSheetInfo Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Defines additional worksheet properties that can be accesses via the dynamic <b>wj_sheetInfo</b> property
									of the <a href="../classes/wijmo_grid.flexgrid.html">FlexGrid</a> instance.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IExtendedSheetInfo</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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#evaluateformula" class="tsd-kind-icon">evaluate<wbr>Formula</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#fonts" class="tsd-kind-icon">fonts</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#mergedranges" class="tsd-kind-icon">merged<wbr>Ranges</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#styledcells" class="tsd-kind-icon">styled<wbr>Cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#tables" class="tsd-kind-icon">tables</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_grid_xlsx.iextendedsheetinfo.html#visible" class="tsd-kind-icon">visible</a></li>
										</ul>
									</section>
								</div>
							</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-interface">
								<a name="evaluateformula" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> evaluateFormula</h3>
								<div class="tsd-signature tsd-kind-icon">evaluate<wbr>Formula<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Function</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>A function that evaluates the formula of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="fonts" class="tsd-anchor"></a>
								<h3>fonts</h3>
								<div class="tsd-signature tsd-kind-icon">fonts<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Contains an array of font names used in the sheet.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="mergedranges" class="tsd-anchor"></a>
								<h3>mergedRanges</h3>
								<div class="tsd-signature tsd-kind-icon">merged<wbr>Ranges<span class="tsd-signature-symbol">:</span> <a href="../classes/wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Merged ranges in the sheet</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The sheet name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="styledcells" class="tsd-anchor"></a>
								<h3>styledCells</h3>
								<div class="tsd-signature tsd-kind-icon">styled<wbr>Cells<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Styled cells in the sheet</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="tables" class="tsd-anchor"></a>
								<h3>tables</h3>
								<div class="tsd-signature tsd-kind-icon">tables<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">mXlsx.WorkbookTable</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The tables in this worksheet.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Sheet visibility.</p>
									</div>
								</div>
							</section>
						</section>
					</div>