Search
RowMouseEventArgs.Row Property
See Also
 






Gets the row for which the event was raised.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Row Row { get; }

Visual Basic  Copy Code

Public ReadOnly Property Row As Row

 Property Value

An instance of the Row class.

 See Also