Searched defs:rowstr (Results 1 – 3 of 3) sorted by relevance
11439 function decode_row(rowstr) { return parseInt(unfix_row(rowstr),10) - 1; } argument
9 …IFF2STR",f:parse_BIFF2STR},6:{n:"Formula",f:parse_Formula},9:{n:"BOF",f:parse_BOF},10:{n:"EOF",f:p… class in safe_decode_range.o
4272 function decode_row(rowstr/*:string*/)/*:number*/ { return parseInt(unfix_row(rowstr),10) - 1; } argument