Spread Windows Forms 6.0 Product Documentation
CellClickEventArgs Constructor(SpreadView,Int32,Int32,Int32,Int32,MouseButtons,Boolean,Boolean,Boolean)
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CellClickEventArgs Class > CellClickEventArgs Constructor : CellClickEventArgs Constructor(SpreadView,Int32,Int32,Int32,Int32,MouseButtons,Boolean,Boolean,Boolean)


view
row
column
x
y
button
columnHeader
rowHeader
columnFooter
Whether cell clicked is in column footer

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal button As MouseButtons, _
   ByVal columnHeader As Boolean, _
   ByVal rowHeader As Boolean, _
   ByVal columnFooter As Boolean _
)
Visual Basic (Usage)Copy Code
Dim view As SpreadView
Dim row As Integer
Dim column As Integer
Dim x As Integer
Dim y As Integer
Dim button As MouseButtons
Dim columnHeader As Boolean
Dim rowHeader As Boolean
Dim columnFooter As Boolean
 
Dim instance As New CellClickEventArgs(view, row, column, x, y, button, columnHeader, rowHeader, columnFooter)
C# 
public CellClickEventArgs( 
   SpreadView view,
   int row,
   int column,
   int x,
   int y,
   MouseButtons button,
   bool columnHeader,
   bool rowHeader,
   bool columnFooter
)

Parameters

view
row
column
x
y
button
columnHeader
rowHeader
columnFooter
Whether cell clicked is in column footer

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.