InputScope Property (FilterBarCell) | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FilterBarCell Class / InputScope Property


In This Topic
InputScope Property (FilterBarCell)
In This Topic
Gets or sets the input scope setting for a cell.
Syntax
'Declaration
 
Public Property InputScope As InputScopeNameValue
 
'Usage
 
Dim instance As FilterBarCell
Dim value As InputScopeNameValue
 
instance.InputScope = value
 
value = instance.InputScope
See Also