cellCount property

num get cellCount

The number of cells in the notebook.

Implementation

_i2.num get cellCount => _i5.getProperty(
      this,
      'cellCount',
    );