-
I am curious what is the best way to count items in a given range? Is it just |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
A dedicated method for this would certainly be much faster than iterating through the keys and incurring key conversion cost. I'll take a stab at putting one together. |
Beta Was this translation helpful? Give feedback.
-
Added getCount, getKeysCount, and getValuesCount in v1.5.2 (docs might come a little later, but it basically mirrors getRange, getKeys, and getValues). |
Beta Was this translation helpful? Give feedback.
Added getCount, getKeysCount, and getValuesCount in v1.5.2 (docs might come a little later, but it basically mirrors getRange, getKeys, and getValues).