# Wijmo_Grid_Sheet.Tablecolumn

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								TableColumn Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a column within the <a href="wijmo_grid_sheet.table.html">Table</a>.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">TableColumn</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_grid_sheet.tablecolumn.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_grid_sheet.tablecolumn.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.tablecolumn.html#showfilterbutton" class="tsd-kind-icon">show<wbr>Filter<wbr>Button</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.tablecolumn.html#table" class="tsd-kind-icon">table</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.tablecolumn.html#totalrowfunction" class="tsd-kind-icon">total<wbr>Row<wbr>Function</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.tablecolumn.html#totalrowlabel" class="tsd-kind-icon">total<wbr>Row<wbr>Label</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>Table<wbr>Column<span class="tsd-signature-symbol">(</span>name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, totalRowLabel<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, totalRowFunction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, showFilterButton<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_grid_sheet.tablecolumn.html" class="tsd-signature-type">TableColumn</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_grid_sheet.tablecolumn.html">TableColumn</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>name: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The name of the table column.</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> totalRowLabel: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The string to show in the totals row cell for the column.</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> totalRowFunction: <span class="tsd-signature-type">string</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The function to show in the totals row cell for this column.</p>
													</div>
												</div>
											</li>
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> showFilterButton: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Indicating whether show the filter button for the table column.  The default value of showFilterButton is true.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid_sheet.tablecolumn.html" class="tsd-signature-type">TableColumn</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="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>Gets the name of the table column. It is referenced through functions.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="showfilterbutton" class="tsd-anchor"></a>
								<h3>showFilterButton</h3>
								<div class="tsd-signature tsd-kind-icon">show<wbr>Filter<wbr>Button<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 show the filter button for the table column.</p>
									</div>
									<p>As FlexSheet has not supported filter for table yet, this property is used for import/export operation only by now.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="table" class="tsd-anchor"></a>
								<h3>table</h3>
								<div class="tsd-signature tsd-kind-icon">table<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid_sheet.table.html" class="tsd-signature-type">Table</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the Table the table columns belongs to.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="totalrowfunction" class="tsd-anchor"></a>
								<h3>totalRowFunction</h3>
								<div class="tsd-signature tsd-kind-icon">total<wbr>Row<wbr>Function<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 function to show in the totals row cell for the column.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="totalrowlabel" class="tsd-anchor"></a>
								<h3>totalRowLabel</h3>
								<div class="tsd-signature tsd-kind-icon">total<wbr>Row<wbr>Label<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 string to show in the totals row cell for the column.</p>
									</div>
								</div>
							</section>
						</section>
					</div>