Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / ImeMode Property
Example


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;}
    Remarks

    If the Cell and CellType classes set the ImeMode property, selecting a cell uses the cell ImeMode setting and editing a cell uses the cell type ImeMode setting.

    If EnableClientScript is set to false, the ImeMode setting is applied after starting edit mode.

    Example
    This example sets the ImeMode property.
    See Also