Home
last modified time | relevance | path

Searched refs:sheetId (Results 1 – 23 of 23) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DClearBasicFilterRequest.php25 public $sheetId; variable in Google\\Service\\Sheets\\ClearBasicFilterRequest
30 public function setSheetId($sheetId) argument
32 $this->sheetId = $sheetId;
39 return $this->sheetId;
H A DDeleteSheetRequest.php25 public $sheetId; variable in Google\\Service\\Sheets\\DeleteSheetRequest
30 public function setSheetId($sheetId) argument
32 $this->sheetId = $sheetId;
39 return $this->sheetId;
H A DDeleteConditionalFormatRuleRequest.php29 public $sheetId; variable in Google\\Service\\Sheets\\DeleteConditionalFormatRuleRequest
48 public function setSheetId($sheetId) argument
50 $this->sheetId = $sheetId;
57 return $this->sheetId;
H A DDataSourceSheetDimensionRange.php28 public $sheetId; variable in Google\\Service\\Sheets\\DataSourceSheetDimensionRange
47 public function setSheetId($sheetId) argument
49 $this->sheetId = $sheetId;
56 return $this->sheetId;
H A DAppendDimensionRequest.php33 public $sheetId; variable in Google\\Service\\Sheets\\AppendDimensionRequest
66 public function setSheetId($sheetId) argument
68 $this->sheetId = $sheetId;
75 return $this->sheetId;
H A DGridCoordinate.php33 public $sheetId; variable in Google\\Service\\Sheets\\GridCoordinate
66 public function setSheetId($sheetId) argument
68 $this->sheetId = $sheetId;
75 return $this->sheetId;
H A DEmbeddedObjectPosition.php31 public $sheetId; variable in Google\\Service\\Sheets\\EmbeddedObjectPosition
64 public function setSheetId($sheetId) argument
66 $this->sheetId = $sheetId;
73 return $this->sheetId;
H A DAppendCellsRequest.php32 public $sheetId; variable in Google\\Service\\Sheets\\AppendCellsRequest
65 public function setSheetId($sheetId) argument
67 $this->sheetId = $sheetId;
74 return $this->sheetId;
H A DDimensionRange.php33 public $sheetId; variable in Google\\Service\\Sheets\\DimensionRange
70 public function setSheetId($sheetId) argument
72 $this->sheetId = $sheetId;
79 return $this->sheetId;
H A DDeveloperMetadataLocation.php31 public $sheetId; variable in Google\\Service\\Sheets\\DeveloperMetadataLocation
68 public function setSheetId($sheetId) argument
70 $this->sheetId = $sheetId;
77 return $this->sheetId;
H A DUpdateConditionalFormatRuleRequest.php35 public $sheetId; variable in Google\\Service\\Sheets\\UpdateConditionalFormatRuleRequest
82 public function setSheetId($sheetId) argument
84 $this->sheetId = $sheetId;
91 return $this->sheetId;
H A DGridRange.php33 public $sheetId; variable in Google\\Service\\Sheets\\GridRange
74 public function setSheetId($sheetId) argument
76 $this->sheetId = $sheetId;
83 return $this->sheetId;
H A DDataSource.php32 public $sheetId; variable in Google\\Service\\Sheets\\DataSource
67 public function setSheetId($sheetId) argument
69 $this->sheetId = $sheetId;
76 return $this->sheetId;
H A DDataSourceObjectReference.php35 public $sheetId; variable in Google\\Service\\Sheets\\DataSourceObjectReference
96 public function setSheetId($sheetId) argument
98 $this->sheetId = $sheetId;
105 return $this->sheetId;
H A DFindReplaceRequest.php55 public $sheetId; variable in Google\\Service\\Sheets\\FindReplaceRequest
172 public function setSheetId($sheetId) argument
174 $this->sheetId = $sheetId;
181 return $this->sheetId;
H A DSheetProperties.php41 public $sheetId; variable in Google\\Service\\Sheets\\SheetProperties
128 public function setSheetId($sheetId) argument
130 $this->sheetId = $sheetId;
137 return $this->sheetId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/Resource/
H A DSpreadsheetsSheets.php39 * @param int $sheetId The ID of the sheet to copy.
44 …public function copyTo($spreadsheetId, $sheetId, CopySheetToAnotherSpreadsheetRequest $postBody, $… argument
46 $params = ['spreadsheetId' => $spreadsheetId, 'sheetId' => $sheetId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php169 'path' => 'v4/spreadsheets/{spreadsheetId}/sheets/{sheetId}:copyTo',
177 'sheetId' => [
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js3315 … var sheetId = sheet.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.ID);
3317 /* put */ (this.stylesheets[sheetId] = sheetElement);
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js8241 …o[o.length] = (writextag('sheet',null,{name:wb.SheetNames[i].substr(0,31), sheetId:""+(i+1), "r:id…
H A Dxlsx.min.map1 …AppVersion","xml_wb","WB_XML_ROOT","safe1904","Workbook","write_wb_xml","sheetId","r:id","parse_Br…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js190 var worksheet = _this2.workbook.getWorksheet(options.sheetName || options.sheetId);
8460 sheetId: model.id,
8472 id: parseInt(node.attributes.sheetId, 10),
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs17443 sht.sheetId = ""+(i+1);