'Declaration
Public Enum LengthUnit Inherits System.Enum
'Usage
Dim instance As LengthUnit
public enum LengthUnit : System.Enum
'Declaration
Public Enum LengthUnit Inherits System.Enum
'Usage
Dim instance As LengthUnit
public enum LengthUnit : System.Enum
Member | Description |
---|---|
Byte | Indicates the calculational unit is a byte when calculating the length of the string. |
Char | Indicates the calculational unit is a .Net character when calculating the length of the string. |
TextElement | Indicates the calculational unit is a TextElment when calculating the length of the string. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.LengthUnit