[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldsEditorControlCellType.ShowLiterals

ShowLiterals Property

ShowLiterals

Gets or sets whether to display the literals during user entry.

Declaration
public ShowLiterals ShowLiterals { get; set; }
Public Property ShowLiterals As ShowLiterals
Property Value
Type Description
ShowLiterals

One of the GrapeCity.Win.Spread.InputMan.CellTypeEditorControl.ShowLiterals enumeration values.
The default is Always.

Remarks

The Always means the literal field is always displayed. The PostDisplay means the literal field is displayed only after the field which is next to the literal field, gets data. The PreDisplay means the literal field is displayed only before the field which is next to the literal field, gets data.