Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / LengthUnit Enumeration


LengthUnit Enumeration
Defines the units that are used to validate the text length.
Syntax
'Declaration
 
Public Enum LengthUnit 
   Inherits System.Enum
 
'Usage
 
Dim instance As LengthUnit
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