Parameters
- index
- Index between 0 and DataValidationListCount-1
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if index is less than 0 or greater than or equal to DataValidationListCount. |
This method retrieves the string value of an entry in the data validation list at the specified index. If the index is equal or greater than the Count, an exception will be thrown.