Gets the row related to the event.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Row Row { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Row As Row |
An instance of the Row class.
See Also