Home
last modified time | relevance | path

Searched refs:keepEmptyRows (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportRequest.php38 public $keepEmptyRows; variable in Google\\Service\\AnalyticsData\\RunPivotReportRequest
127 public function setKeepEmptyRows($keepEmptyRows) argument
129 $this->keepEmptyRows = $keepEmptyRows;
136 return $this->keepEmptyRows;
H A DRunReportRequest.php38 public $keepEmptyRows; variable in Google\\Service\\AnalyticsData\\RunReportRequest
139 public function setKeepEmptyRows($keepEmptyRows) argument
141 $this->keepEmptyRows = $keepEmptyRows;
148 return $this->keepEmptyRows;
/plugin/edittable/lib/
H A Dhandsontable.full.js14205 alter: function alter(action, index, amount, source, keepEmptyRows) {
14331 if (!keepEmptyRows) {
16000 this.alter = function (action, index, amount, source, keepEmptyRows) {
16001 grid.alter(action, index, amount, source, keepEmptyRows);