style = $style; $this->isMatchingRowStyle = $isMatchingRowStyle; } public function getStyle() : Style { return $this->style; } public function isMatchingRowStyle() : bool { return $this->isMatchingRowStyle; } }