Search
RowRangeEventArgs.RowRange Property
See Also
 






Gets the related range of rows.

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

 Syntax

C#  Copy Code

public RowRange RowRange { get; }

Visual Basic  Copy Code

Public ReadOnly Property RowRange As RowRange

 Property Value

An instance of the RowRange class.

 See Also