isMainRow abstract method

bool isMainRow(
  1. PlutoRow row
)
inherited

Returns whether it is the top row or not.

If PlutoRow.parent does not exist, it is the top row.

Implementation

bool isMainRow(PlutoRow row);