Search
Worksheet.Rows Property
See Also
 






Gets an object that can be used to insert, delete and modify worksheet rows.

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

 Syntax

C#  Copy Code

public RowCollection Rows { get; }

Visual Basic  Copy Code

Public ReadOnly Property Rows As RowCollection

 Property Value

An instance of the RowCollection class.

 See Also