'Declaration Public Enum ListBoxLengthUnitType Inherits System.Enum
'Usage Dim instance As ListBoxLengthUnitType
public enum ListBoxLengthUnitType : System.Enum
'Declaration Public Enum ListBoxLengthUnitType Inherits System.Enum
'Usage Dim instance As ListBoxLengthUnitType
public enum ListBoxLengthUnitType : System.Enum
Member | Description |
---|---|
Auto | The unit of measure is based on the size of the SubItems and the column header. |
Pixel | The unit of measure is expressed in pixels. |
SizeToHeader | The unit of measure is based on the size of the column header. |
SizeToSubItems | The unit of measure is based on the size of the SubItems. |
Star | The unit of measure is a weighted proportion of the available space. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ListBoxLengthUnitType