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


In This Topic
    Editor Property (Row)
    In This Topic
    Gets or sets the default editor for cells in this row.
    Syntax
    'Declaration
     
    
    Public Property Editor As IEditor
    'Usage
     
    
    Dim instance As Row
    Dim value As IEditor
     
    instance.Editor = value
     
    value = instance.Editor
    public IEditor Editor {get; set;}
    See Also