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