Ejemplo n.º 1
0
 public function refresh()
 {
     if ($this->_worksheet !== NULL) {
         $this->_plotArea->refresh($this->_worksheet);
     }
 }
Ejemplo n.º 2
0
 public function refresh()
 {
     if ($this->worksheet !== null) {
         $this->plotArea->refresh($this->worksheet);
     }
 }