[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.LengthUnit

LengthUnit Enum

Specifies the basic calculable unit of a string.

Namespace: GrapeCity.Wpf.SpreadSheet.CellType.Editors
Assembly: GrapeCity.Wpf.SpreadSheet.CellType.dll
Syntax
public enum LengthUnit
Public Enum LengthUnit

Fields

Name 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.