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


In This Topic
    InputScope Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property InputScope As InputScopeNameValue
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As InputScopeNameValue
     
    instance.InputScope = value
     
    value = instance.InputScope
    public new InputScopeNameValue InputScope {get; set;}
    See Also