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


In This Topic
    PromptChar Property (GcNumberCellType)
    In This Topic
    Gets or sets the character used as a prompt for input.
    Syntax
    'Declaration
     
    
    Public Overrides Property PromptChar As Char
    'Usage
     
    
    Dim instance As GcNumberCellType
    Dim value As Char
     
    instance.PromptChar = value
     
    value = instance.PromptChar
    public override char PromptChar {get; set;}
    Remarks
    This property is not supported with GcNumberCellType.
    See Also