'宣言
<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>
このコレクションの行は遅延作成されます(アクセスされる時に作成されてコレクションに追加されます)。このコレクションが列挙されると、すでにアクセスしている行だけが列挙されます。
オンラインで表示: GitHub