index property
num
get
index
The index of this cell in its {@link NotebookDocument.cellAtcontaining notebook}. The
index is updated when a cell is moved within its notebook. The index is -1
when the cell has been removed from its notebook.
Implementation
_i2.num get index => _i5.getProperty(
this,
'index',
);