Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TextLengthValidator Class
Members


In This Topic
    TextLengthValidator Class
    In This Topic
    Represents a special TextLengthValidator that validates the length of the specified value using the LengthUnit setting.
    Object Model
    TextLengthValidator ClassValidateActionCollection ClassValidateActionBase Class
    Syntax
    'Declaration
     
    Public Class TextLengthValidator 
       Inherits BaseDataValidator
       Implements FarPoint.Win.ISerializeSupportINamedObject 
    'Usage
     
    Dim instance As TextLengthValidator
    public class TextLengthValidator : BaseDataValidator, FarPoint.Win.ISerializeSupportINamedObject  
    Inheritance Hierarchy

    System.Object
                GrapeCity.Spreadsheet.Win.SpreadDataValidator
                   FarPoint.Win.Spread.BaseDataValidator
                      FarPoint.Win.Spread.TextLengthValidator

    See Also