Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / DataValidations Property


In This Topic
    DataValidations Property (Worksheet)
    In This Topic
    Gets the GrapeCity.SpreadsheetValidations object which manages all data validations in this Worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataValidations As DataValidations
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As DataValidations
     
    value = instance.DataValidations
    public DataValidations DataValidations {get;}

    Property Value

    A GrapeCity.SpreadsheetValidations object represents the data validations of this Worksheet.
    See Also