isSelectedCell abstract method

bool isSelectedCell(
  1. PlutoCell cell,
  2. PlutoColumn column,
  3. int rowIdx
)
inherited

Whether the cell is the currently multi selected cell.

Implementation

bool isSelectedCell(PlutoCell cell, PlutoColumn column, int rowIdx);