! Returns the ranges on which the validation will be applied. */
| 236 | Returns the ranges on which the validation will be applied. |
| 237 | */ |
| 238 | QList<CellRange> DataValidation::ranges() const |
| 239 | { |
| 240 | return d->ranges; |
| 241 | } |
| 242 | |
| 243 | /*! |
| 244 | Sets the validation type to \a type. |
no outgoing calls
no test coverage detected