javascript - Google Apps Script - getRowIndex not functioning -
i had 2 similar applications stopped functioning correctly. both use method, 'getrowindex' , no longer populate variable position of cursor active row positions. has experienced this? looks google changed way getrowindex function works within google apps script. appreciated. below copy of code problem occurring.
var sheet1 = spreadsheetapp.getactivesheet(); var row1 = sheet1.getactiverange().getrowindex(); in above example row1 takes value of 1 if cursor on first row not case.
thank in advace time this. jeff
there has been an issue this time ago fixed... can try this test sheet , see if works (see 2 test functions in menu). if not (which unlikely happen) can raise issue in issue tracker.
Comments
Post a Comment