columnSpan = $columnSpan;
}
public function getColumnSpan()
{
return $this->columnSpan;
}
/**
* @param Google_Service_Slides_TableCellLocation
*/
public function setLocation(Google_Service_Slides_TableCellLocation $location)
{
$this->location = $location;
}
/**
* @return Google_Service_Slides_TableCellLocation
*/
public function getLocation()
{
return $this->location;
}
public function setRowSpan($rowSpan)
{
$this->rowSpan = $rowSpan;
}
public function getRowSpan()
{
return $this->rowSpan;
}
}