'Declaration <SerializableAttribute()> Public Enum ShowLiterals Inherits System.Enum
'Usage Dim instance As ShowLiterals
[Serializable()] public enum ShowLiterals : System.Enum
'Declaration <SerializableAttribute()> Public Enum ShowLiterals Inherits System.Enum
'Usage Dim instance As ShowLiterals
[Serializable()] public enum ShowLiterals : System.Enum
Member | Description |
---|---|
Always | Always show the literals. |
PostDisplay | The literals are shown after the user types. |
PreDisplay | The literals are shown before the user types. |
System.Object
System.ValueType
System.Enum
GrapeCity.Wpf.SpreadSheet.CellType.Editors.ShowLiterals