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


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