applyToPivotTables = $applyToPivotTables;
}
public function getApplyToPivotTables()
{
return $this->applyToPivotTables;
}
/**
* @param Google_Service_Sheets_Color
*/
public function setBackgroundColor(Google_Service_Sheets_Color $backgroundColor)
{
$this->backgroundColor = $backgroundColor;
}
/**
* @return Google_Service_Sheets_Color
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
/**
* @param Google_Service_Sheets_ColorStyle
*/
public function setBackgroundColorStyle(Google_Service_Sheets_ColorStyle $backgroundColorStyle)
{
$this->backgroundColorStyle = $backgroundColorStyle;
}
/**
* @return Google_Service_Sheets_ColorStyle
*/
public function getBackgroundColorStyle()
{
return $this->backgroundColorStyle;
}
public function setColumnIndex($columnIndex)
{
$this->columnIndex = $columnIndex;
}
public function getColumnIndex()
{
return $this->columnIndex;
}
/**
* @param Google_Service_Sheets_GridRange
*/
public function setDataRange(Google_Service_Sheets_GridRange $dataRange)
{
$this->dataRange = $dataRange;
}
/**
* @return Google_Service_Sheets_GridRange
*/
public function getDataRange()
{
return $this->dataRange;
}
/**
* @param Google_Service_Sheets_FilterCriteria
*/
public function setFilterCriteria(Google_Service_Sheets_FilterCriteria $filterCriteria)
{
$this->filterCriteria = $filterCriteria;
}
/**
* @return Google_Service_Sheets_FilterCriteria
*/
public function getFilterCriteria()
{
return $this->filterCriteria;
}
public function setHorizontalAlignment($horizontalAlignment)
{
$this->horizontalAlignment = $horizontalAlignment;
}
public function getHorizontalAlignment()
{
return $this->horizontalAlignment;
}
/**
* @param Google_Service_Sheets_TextFormat
*/
public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat)
{
$this->textFormat = $textFormat;
}
/**
* @return Google_Service_Sheets_TextFormat
*/
public function getTextFormat()
{
return $this->textFormat;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
}