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


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