# Wijmo_Xlsx.Workbooktable

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WorkbookTable Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the WorkbookTable Object Model background setting definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">WorkbookTable</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.workbooktable.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.workbooktable.html#alterfirstcolumn" class="tsd-kind-icon">alter<wbr>First<wbr>Column</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#alterlastcolumn" class="tsd-kind-icon">alter<wbr>Last<wbr>Column</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#columns" class="tsd-kind-icon">columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#range" class="tsd-kind-icon">range</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#showbandedcolumns" class="tsd-kind-icon">show<wbr>Banded<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#showbandedrows" class="tsd-kind-icon">show<wbr>Banded<wbr>Rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#showheaderrow" class="tsd-kind-icon">show<wbr>Header<wbr>Row</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#showtotalrow" class="tsd-kind-icon">show<wbr>Total<wbr>Row</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbooktable.html#style" class="tsd-kind-icon">style</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>Table<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_xlsx.workbooktable.html" class="tsd-signature-type">WorkbookTable</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.workbooktable.html">WorkbookTable</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_xlsx.workbooktable.html" class="tsd-signature-type">WorkbookTable</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="alterfirstcolumn" class="tsd-anchor"></a>
								<h3>alterFirstColumn</h3>
								<div class="tsd-signature tsd-kind-icon">alter<wbr>First<wbr>Column<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#alterfirstcolumn">alterFirstColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicating whether the first column in the table should have the style applied.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="alterlastcolumn" class="tsd-anchor"></a>
								<h3>alterLastColumn</h3>
								<div class="tsd-signature tsd-kind-icon">alter<wbr>Last<wbr>Column<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#alterlastcolumn">alterLastColumn</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicating whether the last column in the table should have the style applied.</p>
									</div>
								</div>
							</section>
							<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.workbooktablecolumn.html" class="tsd-signature-type">WorkbookTableColumn</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#columns">columns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The columns of the table.</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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#name">name</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The name of the table.  It is used to reference the table programmatically.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="range" class="tsd-anchor"></a>
								<h3>range</h3>
								<div class="tsd-signature tsd-kind-icon">range<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#range">range</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The range on the relevant sheet that the table occupies expressed using A1 style referencing. i.e. "A1:D4".
										The reference shall include the totals row if it is shown.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showbandedcolumns" class="tsd-anchor"></a>
								<h3>showBandedColumns</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Banded<wbr>Columns<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#showbandedcolumns">showBandedColumns</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicating whether banded column formatting is applied.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showbandedrows" class="tsd-anchor"></a>
								<h3>showBandedRows</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Banded<wbr>Rows<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#showbandedrows">showBandedRows</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicating whether banded row formatting is applied.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showheaderrow" class="tsd-anchor"></a>
								<h3>showHeaderRow</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Header<wbr>Row<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#showheaderrow">showHeaderRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether show the header row for the table.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showtotalrow" class="tsd-anchor"></a>
								<h3>showTotalRow</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Total<wbr>Row<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.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#showtotalrow">showTotalRow</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether show the total row for the table.</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.workbooktablestyle.html" class="tsd-signature-type">WorkbookTableStyle</a></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbooktable.html">IWorkbookTable</a>.<a href="../interfaces/wijmo_xlsx.iworkbooktable.html#style">style</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The table style to use with the table.</p>
									</div>
								</div>
							</section>
						</section>
					</div>