Gets an object that can be used to insert, delete and modify worksheet rows.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public RowCollection Rows { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Rows As RowCollection |
An instance of the RowCollection class.
See Also