'Declaration Public Overridable Property Editor As IEditor
'Usage Dim instance As StyleInfo Dim value As IEditor instance.Editor = value value = instance.Editor
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
public virtual IEditor Editor {get; set;}
This property is available at run time only.
The setting for this property can be overridden if a named style is assigned to the cell using the StyleName property, and that named style sets the editor to use.