Represents a specialized collection for worksheet rows.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class RowCollection : IEnumerable<Row>, IEnumerable |
Visual Basic
Copy Code
|
|---|
Public Class RowCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Spreadsheet.RowCollection
See Also