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


In This Topic
    InputScope Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the InputScope for a row.
    Syntax
    'Declaration
     
    
    Public Property InputScope As InputScopeNameValue
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As InputScopeNameValue
     
    instance.InputScope = value
     
    value = instance.InputScope
    public InputScopeNameValue InputScope {get; set;}
    See Also