Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellClickEventArgs Class / X Property


In This Topic
X Property (CellClickEventArgs)
In This Topic
Gets the x-coordinate of the pointer position.
Syntax
'Declaration
 
Public ReadOnly Property X As Integer
 
'Usage
 
Dim instance As CellClickEventArgs
Dim value As Integer
 
value = instance.X
See Also