Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DataValidationManager Class
Members


In This Topic
    DataValidationManager Class
    In This Topic
    Represent a data validation manager that supports data validation. This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class DataValidationManager 
       Inherits GrapeCity.Spreadsheet.Win.SpreadDataValidationsBase
       Implements GrapeCity.Spreadsheet.IO.Exchangeable.IExtension(Of Worksheet), GrapeCity.Spreadsheet.IO.OpenXml.IOpenXml(Of DataValidations) 
    'Usage
     
    
    Dim instance As DataValidationManager
    public sealed class DataValidationManager : GrapeCity.Spreadsheet.Win.SpreadDataValidationsBase, GrapeCity.Spreadsheet.IO.Exchangeable.IExtension<Worksheet>, GrapeCity.Spreadsheet.IO.OpenXml.IOpenXml<DataValidations>  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Conditional.ConditionalObjects<TItem,TObject,TExecutedResult>
          GrapeCity.Spreadsheet.DataValidations
             GrapeCity.Spreadsheet.Win.SpreadDataValidationsBase
                FarPoint.Win.Spread.DataValidationManager

    See Also