Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / InputScope Property


In This Topic
InputScope Property (StyleInfo)
In This Topic
Gets or sets the input scope of the cell style.
Syntax
'Declaration
 
Public Overridable Property InputScope As InputScopeNameValue
 
'Usage
 
Dim instance As StyleInfo
Dim value As InputScopeNameValue
 
instance.InputScope = value
 
value = instance.InputScope
See Also