'Declaration
Public Overloads Function GetDataValidations( _ ByVal startRow As Integer, _ ByVal startCol As Integer, _ ByVal endRow As Integer, _ ByVal endCol As Integer _ ) As IEnumerable(Of DataValidation)
'Usage
Dim instance As DataValidationCollection Dim startRow As Integer Dim startCol As Integer Dim endRow As Integer Dim endCol As Integer Dim value As IEnumerable(Of DataValidation) value = instance.GetDataValidations(startRow, startCol, endRow, endCol)