Gets the related range of rows.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
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