バージョン

WorksheetRowCollection クラス

このワークシート内の行のコレクション。
シンタックス
'宣言
 
<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