getHyperlink method

Hyperlink? getHyperlink(
  1. CellIndex cellIndex
)
inherited

Returns the hyperlink on the cell at cellIndex, or null if there is none keyed to that exact reference.

Implementation

Hyperlink? getHyperlink(CellIndex cellIndex) =>
    _hyperlinks[getCellId(cellIndex.columnIndex, cellIndex.rowIndex)];