GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / LengthUnit Enumeration


LengthUnit Enumeration
Defines the LengthUnit enumeration.
Syntax
'Declaration
 
Public Enum LengthUnit 
   Inherits System.Enum
 
'Usage
 
Dim instance As LengthUnit
Members
MemberDescription
ByteIndicates the calculational unit is a byte when calculating the length of the string.
CharIndicates the calculational unit is a .Net character when calculating the length of the string.
TextElementIndicates the calculational unit is a TextElment when calculating the length of the string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.LengthUnit

See Also