SpreadJS Documentation
imeMode Method
The column imeMode.
Gets or sets the imeMode of the column.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: ImeMode
returnValue = instance.imeMode(value);
function imeMode( 
   value : ImeMode
) : ImeMode;

Parameters

value
The column imeMode.

Return Value

The column imeMode.
Example
This example uses the imeMode method.
activeSheet.getColumn(2).imeMode(GcSpread.Sheets.ImeMode.Auto);
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.