Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AppearanceStyleInfo Class / Editor Property


In This Topic
    Editor Property (AppearanceStyleInfo)
    In This Topic
    Gets or sets the editor of the cell style.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Editor As IEditor
    'Usage
     
    
    Dim instance As AppearanceStyleInfo
    Dim value As IEditor
     
    value = instance.Editor
    public override IEditor Editor {get;}
    See Also