hasCellF4Help method

  1. @override
bool hasCellF4Help(
  1. int r,
  2. String c
)
override

Implementation

@override
bool hasCellF4Help(int r, String c) =>
    _invokeIntIntStr("HasCellF4Help", r, c) != 0;