Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / IsEditorSet Method


In This Topic
IsEditorSet Method (StyleInfo)
In This Topic
Gets whether the editor for the cell (Editor property) is set.
Syntax
'Declaration
 
Public Overridable Function IsEditorSet() As Boolean
 
'Usage
 
Dim instance As StyleInfo
Dim value As Boolean
 
value = instance.IsEditorSet()
See Also