Example #1
0
 /**
  * Moves to the first row
  * @return P4A_Mask
  */
 public function firstRow()
 {
     $this->data->firstRow();
     return $this;
 }