GcSpread.Sheets Namespace > BaseCellType type : isImeAware Method |
var instance = new GcSpread.Sheets.BaseCellType(); var value; // Type: boolean value = instance.isImeAware(context);
function isImeAware( context : object ) : boolean;
true
if the cell type is aware of IME; otherwise, false
.The context parameter can include the following items:
Item | Type | Description |
context.sheet | GcSpread.Sheets.Sheet instance | Indicates the current sheet. |
context.row | number | The row index. |
context.col | number | The column index. |
context.sheetArea | GcSpread.Sheets.SheetArea | The current sheet area. |