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


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