FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ImeSentenceMode Property


In This Topic
ImeSentenceMode Property (AlternatingRow)
In This Topic
Gets or sets the IME sentence mode for an alternating row.
Syntax
'Declaration
 
Public Property ImeSentenceMode As ImeSentenceMode
 
'Usage
 
Dim instance As AlternatingRow
Dim value As ImeSentenceMode
 
instance.ImeSentenceMode = value
 
value = instance.ImeSentenceMode
See Also