Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Validation Property


In This Topic
    Validation Property (IRange)
    In This Topic
    Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this IRange.
    Syntax
    'Declaration
     
    
    ReadOnly Property Validation As IValidation
    'Usage
     
    
    Dim instance As IRange
    Dim value As IValidation
     
    value = instance.Validation
    IValidation Validation {get;}

    Property Value

    The instance of IValidation which may be used to get and set validation properties of the cells.
    See Also