Gets the row related to the event.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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