CellInfoEventArgs
23 Sep 20251 minute to read
Specifies the arguments for querying cell information in the spreadsheet.
Properties
address string
Defines the address of the cell.
The address represents the location of the cell in the spreadsheet in “A1” notation.
cell CellModel
Defines the cell model object.
The CellModel contains information about the cell’s properties, such as value, formatting, formula, and more.
<h3 class="doc-prop-wrapper" id="colindex" data-Path="colindex-colIndex"><span class='doc-prop-name'>colIndex</span>
<span class="doc-prop-type"><span class="exclude-righttoc">number</span></span>
</h3>
Defines the column index of the cell.
This is a zero-based index, meaning the first column starts at `0`.
<h3 class="doc-prop-wrapper" id="row" data-Path="row-row"><span class='doc-prop-name'>row</span>
<span class="doc-prop-type"><span class="exclude-righttoc">HTMLElement</span></span>
</h3>
Defines the HTML element for the row in which the cell exists.
This is optional and is useful when working with the rendered DOM elements of the spreadsheet.
<h3 class="doc-prop-wrapper" id="rowindex" data-Path="rowindex-rowIndex"><span class='doc-prop-name'>rowIndex</span>
<span class="doc-prop-type"><span class="exclude-righttoc">number</span></span>
</h3>
Defines the row index of the cell.
This is a zero-based index, meaning the first row starts at `0`.