Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LengthUnit Enumeration


In This Topic
    LengthUnit Enumeration
    In This Topic
    Defines the units that are used to validate the text length.
    Syntax
    'Declaration
     
    
    Public Enum LengthUnit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LengthUnit
    public enum LengthUnit : System.Enum 
    Members
    MemberDescription
    ByteValidates using Byte units.
    CharValidates using Char units.
    TextElementValidates using text element units.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.LengthUnit

    See Also