FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GeneralCellType Class : ImeMode Property |
'Declaration Public Property ImeMode As ImeMode
'Usage Dim instance As GeneralCellType Dim value As ImeMode instance.ImeMode = value value = instance.ImeMode
public ImeMode ImeMode {get; set;}
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.
GeneralCellType obj = new GeneralCellType();
obj. ImeMode = ImeMode.Disabled;
fpSpread1.ActiveSheetView.Cells[0,0].CellType = obj;
Dim obj as New GeneralCellType() obj. ImeMode = ImeMode.Disabled FpSpread1.ActiveSheetView.Cells(0,0)CellType = obj
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6