Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / ImeSentenceMode Property


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