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


In This Topic
    Editor Property (Cell)
    In This Topic
    Gets or sets the editor for a cell.
    Syntax
    'Declaration
     
    
    Public Property Editor As IEditor
    'Usage
     
    
    Dim instance As Cell
    Dim value As IEditor
     
    instance.Editor = value
     
    value = instance.Editor
    public IEditor Editor {get; set;}
    See Also