Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AutoImeMode Property


In This Topic
    AutoImeMode Property (FpSpread)
    In This Topic
    Gets or sets whether to use the CharacterSet property in a cell that is not in edit mode.
    Syntax
    'Declaration
     
    
    Public Property AutoImeMode As Boolean
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Boolean
     
    instance.AutoImeMode = value
     
    value = instance.AutoImeMode
    public bool AutoImeMode {get; set;}
    See Also