# Wijmo_Xlsx.Iworkbookcolumn

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IWorkbookColumn Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Workbook Object Model column definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IWorkbookColumn</span>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_xlsx.workbookcolumn.html" class="tsd-signature-type">WorkbookColumn</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.iworkbookcolumn.html#autowidth" class="tsd-kind-icon">auto<wbr>Width</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookcolumn.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookcolumn.html#visible" class="tsd-kind-icon">visible</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookcolumn.html#width" class="tsd-kind-icon">width</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="autowidth" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> autoWidth</h3>
								<div class="tsd-signature tsd-kind-icon">auto<wbr>Width<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>Gets or sets a value indicating whether the column width is
										automatically adjusted to fit the content of its cells.</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><span class="tsd-flag ts-flagOptional">Optional</span> style</h3>
								<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookstyle.html" class="tsd-signature-type">IWorkbookStyle</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the column style.</p>
									</div>
									<p>The property defines the style for all cells in the column,
									and can be overridden by the specific cell styles.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="visible" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> visible</h3>
								<div class="tsd-signature tsd-kind-icon">visible<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>Gets or sets the column visibility.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="width" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> width</h3>
								<div class="tsd-signature tsd-kind-icon">width<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the width of the column in device-independent (1/96th inch) pixels
										or characters.</p>
									</div>
									<p>The numeric value defines the width in pixels. On import, the widths are
									always expressed in pixels.</p>
									<p>The string value which is a number with the 'ch' suffix, for example '10ch',
										defines the width in characters. It has the same meaning as the column width
										defined through Excel UI. The width can be specified in characters
									for the export operations only.</p>
									<p>If width is not specified, then the default width is applied.</p>
								</div>
							</section>
						</section>
					</div>