# Wijmo_Xlsx.Iworkbookrow

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IWorkbookRow Interface
							</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">IWorkbookRow</span>
								</li>
							</ul>
						</section>
						<section class="">
							<h3>Implemented by</h3>
							<ul class="tsd-hierarchy">
								<li><a href="../classes/wijmo_xlsx.workbookrow.html" class="tsd-signature-type">WorkbookRow</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.iworkbookrow.html#cells" class="tsd-kind-icon">cells</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookrow.html#collapsed" class="tsd-kind-icon">collapsed</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookrow.html#grouplevel" class="tsd-kind-icon">group<wbr>Level</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookrow.html#height" class="tsd-kind-icon">height</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookrow.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_xlsx.iworkbookrow.html#visible" class="tsd-kind-icon">visible</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="cells" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> cells</h3>
								<div class="tsd-signature tsd-kind-icon">cells<span class="tsd-signature-symbol">:</span> <a href="wijmo_xlsx.iworkbookcell.html" class="tsd-signature-type">IWorkbookCell</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</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.iworkbookcell.html">IWorkbookCell</a> object in the array describes a cell at
										the corresponding position in the row, i.e. cell with index 0
										pertains to column with index 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-interface">
								<a name="collapsed" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> 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">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>TBD: 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-interface">
								<a name="grouplevel" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> 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">
								</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-interface">
								<a name="height" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> 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">
								</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-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 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-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 row visibility.</p>
									</div>
								</div>
							</section>
						</section>
					</div>