Results 1 to 3 of 3
Thread: Google Sheets
Hybrid View
-
2nd February 2017 15:37 #1Registered User
Join Date: Aug:2007
Location:
Posts: 743
Google Sheets
,
, , Google, , . , Ariel 10, . , - , , :
getRange("B1:B9999") getMaxRows(), ?Code:function onEdit(e) { var ss = SpreadsheetApp.getActiveSpreadsheet(); var sheet = ss.getSheets()[0]; var cell = sheet.getRange("B1:B9999"); cell.setFontSize("12"); }
, - ?
- - - - - -
oo . !
Code:function onEdit(e) { var ss=SpreadsheetApp.getActiveSpreadsheet(); var sheets=ss.getSheets(); for (var i in sheets) { sheets[i].getRange(1,2,sheets[i].getMaxRows()).setFontSize("12"); } }Last edited by dkgray; 2nd February 2017 at 16:15.
-
3rd February 2017 16:51 #2
. , onEdit ? , ...
ASRock B550M Pro 4; Ryzen R5 3600; 2x16 GiB G.SKILL Aegis 3200; 1TB Samsung QVO 960 + 3TB Seagate IronWolf; Zalman Z1
-
3rd February 2017 17:51 #3Registered User
Join Date: Aug:2007
Location:
Posts: 743




Reply With Quote
, , .

Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in