Search
RowMouseEventArgs.X Property
See Also
 






Gets the relative x-coordinates of the mouse.

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

 Syntax

C#  Copy Code

public int X { get; }

Visual Basic  Copy Code

Public ReadOnly Property X As Integer

 Property Value

An integer value.

 Remarks

The origin of this coordinate depends on the specific event.

 See Also