Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / ShowLiterals Property


In This Topic
    ShowLiterals Property (GcNumberCellType)
    In This Topic
    Gets or sets whether to display the literals during user entry.
    Syntax
    'Declaration
     
    
    Public Shadows Property ShowLiterals As ShowLiterals
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As ShowLiterals
     
    instance.ShowLiterals = value
     
    value = instance.ShowLiterals
    public new ShowLiterals ShowLiterals {get; set;}
    Remarks
    This property is not supported with GcNumberCellType.
    See Also