endColumnIndex = $endColumnIndex;
}
/**
* @return int
*/
public function getEndColumnIndex()
{
return $this->endColumnIndex;
}
/**
* @param int
*/
public function setEndRowIndex($endRowIndex)
{
$this->endRowIndex = $endRowIndex;
}
/**
* @return int
*/
public function getEndRowIndex()
{
return $this->endRowIndex;
}
/**
* @param int
*/
public function setSheetId($sheetId)
{
$this->sheetId = $sheetId;
}
/**
* @return int
*/
public function getSheetId()
{
return $this->sheetId;
}
/**
* @param int
*/
public function setStartColumnIndex($startColumnIndex)
{
$this->startColumnIndex = $startColumnIndex;
}
/**
* @return int
*/
public function getStartColumnIndex()
{
return $this->startColumnIndex;
}
/**
* @param int
*/
public function setStartRowIndex($startRowIndex)
{
$this->startRowIndex = $startRowIndex;
}
/**
* @return int
*/
public function getStartRowIndex()
{
return $this->startRowIndex;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GridRange::class, 'Google_Service_Sheets_GridRange');