# Wijmo_Xlsx.Iworkbooktable

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IWorkbookTable Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Table definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IWorkbookTable</span>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_xlsx.workbooktable.html" class="tsd-signature-type">WorkbookTable</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"><a href="wijmo_xlsx.iworkbooktable.html#alterfirstcolumn" class="tsd-kind-icon">alter<wbr>First<wbr>Column</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#alterlastcolumn" class="tsd-kind-icon">alter<wbr>Last<wbr>Column</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#columns" class="tsd-kind-icon">columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#range" class="tsd-kind-icon">range</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#showbandedcolumns" class="tsd-kind-icon">show<wbr>Banded<wbr>Columns</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#showbandedrows" class="tsd-kind-icon">show<wbr>Banded<wbr>Rows</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#showheaderrow" class="tsd-kind-icon">show<wbr>Header<wbr>Row</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#showtotalrow" class="tsd-kind-icon">show<wbr>Total<wbr>Row</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbooktable.html#style" class="tsd-kind-icon">style</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="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">
								</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-interface">
								<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">
								</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-interface">
								<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.iworkbooktablecolumn.html" class="tsd-signature-type">IWorkbookTableColumn</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</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-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 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-interface">
								<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">
								</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-interface">
								<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">
								</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-interface">
								<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">
								</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-interface">
								<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">
								</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-interface">
								<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">
								</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-interface">
								<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.iworkbooktablestyle.html" class="tsd-signature-type">IWorkbookTableStyle</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The table style to use with the table.</p>
									</div>
								</div>
							</section>
						</section>
					</div>