Search
RowEventArgs.Row Property
See Also
 






Gets the related row.

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