Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ImeMode Property


In This Topic
    ImeMode Property (AlternatingRow)
    In This Topic
    Gets or sets the IME mode for an alternating row.
    Syntax
    'Declaration
     
    
    Public Property ImeMode As ImeMode
    'Usage
     
    
    Dim instance As AlternatingRow
    Dim value As ImeMode
     
    instance.ImeMode = value
     
    value = instance.ImeMode
    public ImeMode ImeMode {get; set;}
    See Also