Version

WorksheetRowCollection Class

A collection of rows in a worksheet.
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
Public Class WorksheetRowCollection 
   Inherits Infragistics.Documents.Excel.RowColumnCollectionBase(Of WorksheetRow)
[System.Reflection.DefaultMemberAttribute("Item")]
public class WorksheetRowCollection : Infragistics.Documents.Excel.RowColumnCollectionBase<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.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub