Search
ColumnMouseEventArgs.Y Property
See Also
 






Gets the relative y-coordinates of the mouse.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public int Y { get; }

Visual Basic  Copy Code

Public ReadOnly Property Y As Integer

 Property Value

An integer value.

 Remarks

The origin of this coordinate depends on the specific event.

 See Also