Home
last modified time | relevance | path

Searched refs:includeEmptyRows (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DReportRequest.php46 public $includeEmptyRows; variable in Google\\Service\\AnalyticsReporting\\ReportRequest
175 public function setIncludeEmptyRows($includeEmptyRows) argument
177 $this->includeEmptyRows = $includeEmptyRows;
184 return $this->includeEmptyRows;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js232 var includeEmptyRows = options.includeEmptyRows === undefined || options.includeEmptyRows;
237 if (includeEmptyRows) {