# Wijmo_Xlsx.Iworkbooktablecommonstyle

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IWorkbookTableCommonStyle Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Table Common Style definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_xlsx.iworkbookstyle.html" class="tsd-signature-type">IWorkbookStyle</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">IWorkbookTableCommonStyle</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_xlsx.iworkbooktablebandedstyle.html" class="tsd-signature-type">IWorkbookTableBandedStyle</a>
												</li>
											</ul>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_xlsx.workbooktablebandedstyle.html" class="tsd-signature-type">WorkbookTableBandedStyle</a></li>
								<li><a href="../classes/wijmo_xlsx.workbooktablecommonstyle.html" class="tsd-signature-type">WorkbookTableCommonStyle</a></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 tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#basedon" class="tsd-kind-icon">based<wbr>On</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#borders" class="tsd-kind-icon">borders</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#fill" class="tsd-kind-icon">fill</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#font" class="tsd-kind-icon">font</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#format" class="tsd-kind-icon">format</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#halign" class="tsd-kind-icon">h<wbr>Align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#indent" class="tsd-kind-icon">indent</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#numformatid" class="tsd-kind-icon">num<wbr>Format<wbr>Id</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#valign" class="tsd-kind-icon">v<wbr>Align</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="wijmo_xlsx.iworkbooktablecommonstyle.html#wordwrap" class="tsd-kind-icon">word<wbr>Wrap</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 tsd-is-inherited">
								<a name="basedon" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> basedOn</h3>
								<div class="tsd-signature tsd-kind-icon">based<wbr>On<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookstyle.html" class="tsd-signature-type">IWorkbookStyle</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#basedon">basedOn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Defines the base style that this style inherits.</p>
									</div>
									<p>This property is applicable for export operations only.
										The style gets all the properties defined in the base style,
									and can override or augment them by setting its own properties.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite">
								<a name="borders" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> borders</h3>
								<div class="tsd-signature tsd-kind-icon">borders<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbooktableborder.html" class="tsd-signature-type">IWorkbookTableBorder</a></div>
								<aside class="tsd-sources">
									<p>Overrides <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#borders">borders</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Table borders setting.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="fill" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> fill</h3>
								<div class="tsd-signature tsd-kind-icon">fill<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookfill.html" class="tsd-signature-type">IWorkbookFill</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#fill">fill</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Cells background.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="font" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> font</h3>
								<div class="tsd-signature tsd-kind-icon">font<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookfont.html" class="tsd-signature-type">IWorkbookFont</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#font">font</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the font properties.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="format" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> format</h3>
								<div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#format">format</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Cell value format, defined using Excel format syntax.</p>
									</div>
									<p>The description of Excel format syntax can be found
									<a href="https://support.office.com/en-us/article/create-a-custom-number-format-78f2a361-936b-4c03-8772-09fab54be7f4" target="_blank">here</a>.</p>
									<p>You may use the <b>toXlsxNumberFormat</b> and <b>toXlsxDateFormat</b>
										static functions of the <a href="../classes/wijmo_xlsx.workbook.html">Workbook</a> class to convert from .Net
									(<a href="../classes/wijmo.globalize.html">Globalize</a>) format to Excel format.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="halign" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> hAlign</h3>
								<div class="tsd-signature tsd-kind-icon">h<wbr>Align<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_xlsx.halign.html" class="tsd-signature-type">HAlign</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#halign">hAlign</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the horizontal alignment of a text.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="indent" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> indent</h3>
								<div class="tsd-signature tsd-kind-icon">indent<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#indent">indent</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Text indent.
										It is an integer value, where an increment of 1 represents 3 spaces.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="numformatid" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> numFormatId</h3>
								<div class="tsd-signature tsd-kind-icon">num<wbr>Format<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#numformatid">numFormatId</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Underlying number format Id</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="valign" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> vAlign</h3>
								<div class="tsd-signature tsd-kind-icon">v<wbr>Align<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_xlsx.valign.html" class="tsd-signature-type">VAlign</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#valign">vAlign</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p> Gets or sets the vertical alignment of a text.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
								<a name="wordwrap" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> wordWrap</h3>
								<div class="tsd-signature tsd-kind-icon">word<wbr>Wrap<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_xlsx.iworkbookstyle.html">IWorkbookStyle</a>.<a href="wijmo_xlsx.iworkbookstyle.html#wordwrap">wordWrap</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Word wrap setting.</p>
									</div>
								</div>
							</section>
						</section>
					</div>