Spread Silverlight Documentation
CellClick Event (SheetView)


Occurs when the user presses down the left mouse button in a cell.
Syntax
'Declaration
 
Public Event CellClick As System.EventHandler(Of CellClickEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As System.EventHandler(Of CellClickEventArgs)
 
AddHandler instance.CellClick, handler
public event System.EventHandler<CellClickEventArgs> CellClick
Event Data

The event handler receives an argument of type CellClickEventArgs containing data related to this event. The following CellClickEventArgs properties provide information specific to this event.

PropertyDescription
ButtonTypeGets the mouse button that is clicked.  
ColumnGets the column index of the clicked cell.  
RowGets the row index of the clicked cell.  
SheetAreaGets the area the clicked cell is in.  
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.