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


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