๐ ฐ๏ธGoogle Apps Script
a script that is bound to a Google Sheet is called a container-bound script.
ๅฐๆ classes (ๅฆ๏ผSheet, Range ...) ๆฒๆๅฐๅฑฌ็ prototypeโ๏ธ
๐ ๅ้ฑ๏ผ
prototype ใโใ้ ้ข
custom prototypes for Google Apps Script
Sheet โฉ
getDataRange() - from A1 to the last cell with value.
getLastRow() - index of the last row that has content.
Range โฉ
Guides โฉ
Libraries - script project whose functions can be reused in other scripts.
David Weiss โฉ Apps Script โฉ
็ฎๅไธๆฏๆด class field๏ผไฝๅฏ็จ (static/instance) getter/setter ไปฃๆฟใ
Last updated