Skip to content Skip to sidebar Skip to footer
Showing posts with the label Method Chaining

Why Class Range Getvalues Sometimes Returns [[]] When Chained To Class Sheet Getactiverange?

Tl;Dr. Is a good practice chaining getValues() to Class Sheet getActiveRange() ? What could cause t… Read more Why Class Range Getvalues Sometimes Returns [[]] When Chained To Class Sheet Getactiverange?

Method Chaining With Sub-methods

I am trying to use method chain with sub-methods. IE: foo('bar').do.stuff() The catch is s… Read more Method Chaining With Sub-methods