IsImeModeSet Method (StyleInfo)
In This Topic
Gets whether IME mode is on (ImeMode property set) for a cell.
Syntax
'Declaration
Public Overridable Function IsImeModeSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsImeModeSet()
public virtual bool IsImeModeSet()
See Also