Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidation Class / Ranges Property


In This Topic
    Ranges Property (ExcelDataValidation)
    In This Topic
    Gets or sets the ranges which data validation is applied.
    Syntax
    'Declaration
     
    Public Property Ranges As List(Of IRange)
    'Usage
     
    Dim instance As ExcelDataValidation
    Dim value As List(Of IRange)
     
    instance.Ranges = value
     
    value = instance.Ranges
    public List<IRange> Ranges {get; set;}

    Property Value

    The data validation scope.
    See Also