Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface / Type Property


In This Topic
    Type Property (IExcelDataValidation)
    In This Topic
    Gets or sets data validation type.
    Syntax
    'Declaration
     
    Property Type As ExcelDataValidationType
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As ExcelDataValidationType
     
    instance.Type = value
     
    value = instance.Type
    ExcelDataValidationType Type {get; set;}

    Property Value

    The data validation type.
    See Also