Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ImeMode Property


In This Topic
    ImeMode Property (Cell)
    In This Topic
    Gets or sets the IME mode for a cell.
    Syntax
    'Declaration
     
    
    Public Property ImeMode As ImeMode
    'Usage
     
    
    Dim instance As Cell
    Dim value As ImeMode
     
    instance.ImeMode = value
     
    value = instance.ImeMode
    public ImeMode ImeMode {get; set;}
    See Also