# Wijmo_Xlsx.Workbookcell

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WorkbookCell Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Workbook Object Model cell definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">WorkbookCell</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.workbookcell.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.workbookcell.html#colspan" class="tsd-kind-icon">col<wbr>Span</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#formula" class="tsd-kind-icon">formula</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#isdate" class="tsd-kind-icon">is<wbr>Date</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#isnumber" class="tsd-kind-icon">is<wbr>Number</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#link" class="tsd-kind-icon">link</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#note" class="tsd-kind-icon">note</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#rowspan" class="tsd-kind-icon">row<wbr>Span</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#textruns" class="tsd-kind-icon">text<wbr>Runs</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookcell.html#value" class="tsd-kind-icon">value</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>Workbook<wbr>Cell<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_xlsx.workbookcell.html" class="tsd-signature-type">WorkbookCell</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.workbookcell.html">WorkbookCell</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_xlsx.workbookcell.html" class="tsd-signature-type">WorkbookCell</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="colspan" class="tsd-anchor"></a>
								<h3>colSpan</h3>
								<div class="tsd-signature tsd-kind-icon">col<wbr>Span<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#colspan">colSpan</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the colSpan setting of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="formula" class="tsd-anchor"></a>
								<h3>formula</h3>
								<div class="tsd-signature tsd-kind-icon">formula<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.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#formula">formula</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the formula of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isdate" class="tsd-anchor"></a>
								<h3>isDate</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Date<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.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#isdate">isDate</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the cell value is date or not.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="isnumber" class="tsd-anchor"></a>
								<h3>isNumber</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Number<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.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#isnumber">isNumber</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the cell value is number or not.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="link" class="tsd-anchor"></a>
								<h3>link</h3>
								<div class="tsd-signature tsd-kind-icon">link<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.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#link">link</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the hyperlink of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="note" class="tsd-anchor"></a>
								<h3>note</h3>
								<div class="tsd-signature tsd-kind-icon">note<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbooknote.html" class="tsd-signature-type">WorkbookNote</a></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#note">note</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the note of the cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="rowspan" class="tsd-anchor"></a>
								<h3>rowSpan</h3>
								<div class="tsd-signature tsd-kind-icon">row<wbr>Span<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#rowspan">rowSpan</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the rowSpan setting of cell.</p>
									</div>
								</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.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#style">style</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the style of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="textruns" class="tsd-anchor"></a>
								<h3>textRuns</h3>
								<div class="tsd-signature tsd-kind-icon">text<wbr>Runs<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbooktextrun.html" class="tsd-signature-type">WorkbookTextRun</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#textruns">textRuns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the text runs represent the rich text of cell.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="value" class="tsd-anchor"></a>
								<h3>value</h3>
								<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookcell.html">IWorkbookCell</a>.<a href="../interfaces/wijmo_xlsx.iworkbookcell.html#value">value</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the cell value.</p>
									</div>
									<p>The type of the value can be String, Number, Boolean or Date.</p>
								</div>
							</section>
						</section>
					</div>