Editor Property (StyleInfo)
Gets or sets the editor of the cell style.
public virtual IEditor Editor {get; set;}
'Declaration
Public Overridable Property Editor As IEditor
'Usage
Dim instance As StyleInfo
Dim value As IEditor
instance.Editor = value
value = instance.Editor