Ah, bummer :/
Yeah, I read through the documentation and was just hoping there was a way around it.
Just because the cells do have formulas
cellWithFormulaA1.FormulaA1 = "=A2+$B$2";
I was hoping there was something similar like
Cell.DataValidation.List("=INDIRECT($A1)");
So currently no dependent drop down feature I guess? :(
Yeah, I read through the documentation and was just hoping there was a way around it.
Just because the cells do have formulas
cellWithFormulaA1.FormulaA1 = "=A2+$B$2";
I was hoping there was something similar like
Cell.DataValidation.List("=INDIRECT($A1)");
So currently no dependent drop down feature I guess? :(