FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / Editor Property


In This Topic
Editor Property (NamedStyle)
In This Topic
Gets or sets the editor for the style.
Syntax
'Declaration
 
Public Overrides Property Editor As IEditor
 
'Usage
 
Dim instance As NamedStyle
Dim value As IEditor
 
instance.Editor = value
 
value = instance.Editor
See Also