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


In This Topic
    LengthUnit Enumeration
    In This Topic
    Defines the LengthUnit enumeration.
    Syntax
    'Declaration
     
    
    Public Enum LengthUnit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LengthUnit
    public enum LengthUnit : System.Enum 
    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