Reputation: 300
I have looked at the documentation for Spreadsheet class, Sheet class, and Range class. I can not find a method that would give access to a range's validation rule(s).
And I looked in the documentation "using validation rules".
Is it possible to access the attribute(s), for each cell in a range?
I also assume that each cell in a range can only have one validation rule. Am I wrong in this assumption? I arrived at this assumption, because a cell appears to only display a single validation message.
Upvotes: 2
Views: 503
Reputation: 1809
Apps Script doesn't currently provide a way to access validation rules. There is a feature request open that you can follow though: http://code.google.com/p/google-apps-script-issues/issues/detail?id=219.
Upvotes: 2