setRow method

void setRow(
  1. PlutoRow row
)

Implementation

void setRow(PlutoRow row) {
  _row = row;
}