Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EditorNotifyEventArgs Class / View Property


In This Topic
    View Property (EditorNotifyEventArgs)
    In This Topic
    Gets the view that contains the cell with the editor that raised the event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property View As SpreadView
    'Usage
     
    
    Dim instance As EditorNotifyEventArgs
    Dim value As SpreadView
     
    value = instance.View
    public SpreadView View {get;}
    See Also