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


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