Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IValidation Interface / Type Property


In This Topic
    Type Property (IValidation)
    In This Topic
    Gets a value indicating the data type validation for a range.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As DataValidationType
    'Usage
     
    
    Dim instance As IValidation
    Dim value As DataValidationType
     
    value = instance.Type
    DataValidationType Type {get;}

    Property Value

    A DataValidationType value represents the data type validation for a range.
    See Also