# Wijmo_Xlsx.Workbookrow

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WorkbookRow Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Workbook Object Model row definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">WorkbookRow</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.workbookrow.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.workbookrow.html#cells" class="tsd-kind-icon">cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookrow.html#collapsed" class="tsd-kind-icon">collapsed</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookrow.html#grouplevel" class="tsd-kind-icon">group<wbr>Level</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookrow.html#height" class="tsd-kind-icon">height</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookrow.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookrow.html#visible" class="tsd-kind-icon">visible</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>Row<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_xlsx.workbookrow.html" class="tsd-signature-type">WorkbookRow</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.workbookrow.html">WorkbookRow</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_xlsx.workbookrow.html" class="tsd-signature-type">WorkbookRow</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="cells" class="tsd-anchor"></a>
								<h3>cells</h3>
								<div class="tsd-signature tsd-kind-icon">cells<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.workbookcell.html" class="tsd-signature-type">WorkbookCell</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#cells">cells</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets an array of cells in the row.</p>
									</div>
									<p>Each <a href="wijmo_xlsx.workbookcell.html">WorkbookCell</a> object in the array describes a cell
										at the corresponding position in the row, i.e. a cell with
										index 0 pertains to column with index A, a cell with index 1
										defines cell pertaining to column with index B, and so on.
										If a certain cell has no definition (empty) in xlsx file,
										then corresponding array element is undefined for both export
									and import operations.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="collapsed" class="tsd-anchor"></a>
								<h3>collapsed</h3>
								<div class="tsd-signature tsd-kind-icon">collapsed<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.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#collapsed">collapsed</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicating if the row is in the collapsed outline state.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="grouplevel" class="tsd-anchor"></a>
								<h3>groupLevel</h3>
								<div class="tsd-signature tsd-kind-icon">group<wbr>Level<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#grouplevel">groupLevel</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the group level of the row.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="height" class="tsd-anchor"></a>
								<h3>height</h3>
								<div class="tsd-signature tsd-kind-icon">height<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#height">height</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the row height in device-independent (1/96th inch) pixels.</p>
									</div>
									<p>If height is not specified, then the default height is applied.</p>
								</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.workbookstyle.html" class="tsd-signature-type">WorkbookStyle</a></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#style">style</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the row style.</p>
									</div>
									<p>The property defines the style for all cells in the row,
									and can be overridden by the specific cell styles.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="visible" class="tsd-anchor"></a>
								<h3>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">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookrow.html">IWorkbookRow</a>.<a href="../interfaces/wijmo_xlsx.iworkbookrow.html#visible">visible</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the row visibility.</p>
									</div>
								</div>
							</section>
						</section>
					</div>