IsInputScopeSet Method (StyleInfo)
In This Topic
Gets whether input scope is on (InputScope property set) for a cell.
Syntax
'Declaration
Public Overridable Function IsInputScopeSet() As Boolean
'Usage
Dim instance As StyleInfo
Dim value As Boolean
value = instance.IsInputScopeSet()
public virtual bool IsInputScopeSet()
See Also