Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / StyleInfo Class / Editor Property


In This Topic
    Editor Property (StyleInfo)
    In This Topic
    Gets or sets the editor of the cell style.
    Syntax
    '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;}
    See Also