Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / ImeSentenceMode Property


In This Topic
    ImeSentenceMode Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the ImeSentenceMode of the cell style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ImeSentenceMode As ImeSentenceMode
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As ImeSentenceMode
     
    value = instance.ImeSentenceMode
    public override ImeSentenceMode ImeSentenceMode {get;}
    See Also