# Wijmo_Grid_Sheet.Rowcolumnchangedeventargs

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								RowColumnChangedEventArgs Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Provides arguments for rows or columns changed events.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">RowColumnChangedEventArgs</span>
										</li>
									</ul>
								</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.rowcolumnchangedeventargs.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.rowcolumnchangedeventargs.html#added" class="tsd-kind-icon">added</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html#count" class="tsd-kind-icon">count</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html#index" class="tsd-kind-icon">index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html#ranges" class="tsd-kind-icon">ranges</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static"><a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html#empty" class="tsd-kind-icon">empty</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>Row<wbr>Column<wbr>Changed<wbr>Event<wbr>Args<span class="tsd-signature-symbol">(</span>index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, count<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, added<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, isCol<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.rowcolumnchangedeventargs.html" class="tsd-signature-type">RowColumnChangedEventArgs</a></li>
									<li class="tsd-signature tsd-kind-icon">new <wbr>Row<wbr>Column<wbr>Changed<wbr>Event<wbr>Args<span class="tsd-signature-symbol">(</span>ranges<span class="tsd-signature-symbol">: </span><a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">[]</span>, added<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span>, isCol<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.rowcolumnchangedeventargs.html" class="tsd-signature-type">RowColumnChangedEventArgs</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 @see:RowColumnChangedEventArgs class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>index: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The start index of the changed rows or columns.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>count: <span class="tsd-signature-type">number</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The added or removed count of the rows or columns.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>added: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The value indicates the event is for adding ot removing rows or columns.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>isCol: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Determines whether the changes are related to columns or rows.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html" class="tsd-signature-type">RowColumnChangedEventArgs</a></h4>
									</li>
									<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.rowcolumnchangedeventargs.html">RowColumnChangedEventArgs</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>ranges: <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">[]</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>An array of <a href="wijmo_grid.cellrange.html">CellRange</a> instances that determines the changed rows or columns.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>added: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>The value indicates the event is for adding ot removing rows or columns.</p>
													</div>
												</div>
											</li>
											<li>
												<h5>isCol: <span class="tsd-signature-type">boolean</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>Determines whether the changes are related to columns or rows.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_grid_sheet.rowcolumnchangedeventargs.html" class="tsd-signature-type">RowColumnChangedEventArgs</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="added" class="tsd-anchor"></a>
								<h3>added</h3>
								<div class="tsd-signature tsd-kind-icon">added<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 the value indicates the event is for adding ot removing rows or columns.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="count" class="tsd-anchor"></a>
								<h3>count</h3>
								<div class="tsd-signature tsd-kind-icon">count<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 the added or removed count of the rows or columns.
										Returns -1 if an array of <a href="wijmo_grid.cellrange.html">CellRange</a> objects containing more than 1 element was used when creating the instance.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="index" class="tsd-anchor"></a>
								<h3>index</h3>
								<div class="tsd-signature tsd-kind-icon">index<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 the start index of the changed rows or columns.
										Returns -1 if an array of <a href="wijmo_grid.cellrange.html">CellRange</a> objects containing more than 1 element was used when creating the instance.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="ranges" class="tsd-anchor"></a>
								<h3>ranges</h3>
								<div class="tsd-signature tsd-kind-icon">ranges<span class="tsd-signature-symbol">:</span> <a href="wijmo_grid.cellrange.html" class="tsd-signature-type">CellRange</a><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets an array of <a href="wijmo_grid.cellrange.html">CellRange</a> instances that determines the changed rows or columns.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-static">
								<a name="empty" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagStatic">Static</span> empty</h3>
								<div class="tsd-signature tsd-kind-icon">empty<span class="tsd-signature-symbol">:</span> <a href="wijmo.eventargs.html" class="tsd-signature-type">EventArgs</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo.eventargs.html">EventArgs</a>.<a href="wijmo.eventargs.html#empty">empty</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Provides a value to use with events that do not have event data.</p>
									</div>
								</div>
							</section>
						</section>
					</div>