| Visual Basic (Declaration) | |
|---|---|
Public Class WorksheetRowCollection Inherits Infragistics.Documents.Excel.RowColumnCollectionBase(Of WorksheetRow) | |
| C# | |
|---|---|
public class WorksheetRowCollection : Infragistics.Documents.Excel.RowColumnCollectionBase<WorksheetRow> | |
Rows in this collection are lazily created (they are only created and added to the collection when they are accessed). If this collection is enumerated, it only enumerates the rows which were already accessed.