'Declaration Public Property Ranges As System.Collections.Generic.List(Of IRange)
'Usage Dim instance As ExcelDataValidation Dim value As System.Collections.Generic.List(Of IRange) instance.Ranges = value value = instance.Ranges
public System.Collections.Generic.List<IRange> Ranges {get; set;}