Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / LengthUnit Enumeration


In This Topic
    LengthUnit Enumeration
    In This Topic
    Specifies the basic calculable unit of a string.
    Syntax
    'Declaration
     
    Public Enum LengthUnit 
       Inherits System.Enum
    'Usage
     
    Dim instance As LengthUnit
    public enum LengthUnit : System.Enum 
    Members
    MemberDescription
    ByteIndicates the calculable unit is a byte when calculate the length of string.
    CharIndicates the calculable unit is a .Net char when calculate the length of string.
    TextElementIndicates the calculable unit is a text element when calculate the length of string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.LengthUnit

    See Also