GrapeCity.Xaml.SpreadSheet.UI
CellDoubleClick Event (SheetView)


Occurs when the user presses down the left mouse button twice (double-clicks) in a cell.
Syntax
'Declaration
 
Public Event CellDoubleClick As EventHandler(Of CellDoubleClickEventArgs)
'Usage
 
Dim instance As SheetView
Dim handler As EventHandler(Of CellDoubleClickEventArgs)
 
AddHandler instance.CellDoubleClick, handler
public event EventHandler<CellDoubleClickEventArgs> CellDoubleClick
Event Data

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

PropertyDescription
Column Gets the column index of the clicked cell.  
Row Gets the row index of the clicked cell.  
SheetArea Gets the area the clicked cell is in.  
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

SheetView Class
SheetView Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options