Infragistics(R) NetAdvantage(R) WPF
WorksheetRowCollection Class
Members  See Also  E-mail your feedback on this topic.
Infragistics.Documents.Excel Namespace : WorksheetRowCollection Class

A collection of rows in a worksheet.

Syntax

Visual Basic (Declaration) 
Public Class WorksheetRowCollection 
   Inherits Infragistics.Documents.Excel.RowColumnCollectionBase(Of WorksheetRow)

Remarks

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.

See Also