'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 calculable unit is a byte when calculate the length of string. |
Char | Indicates the calculable unit is a .Net char when calculate the length of string. |
TextElement | Indicates the calculable unit is a text element when calculate the length of string. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.LengthUnit