PowerTools SPREAD for ASP.NET 8.0J
Item(Int32,Int32) プロパティ

レイアウト行の範囲の開始行インデックス
レイアウト行の範囲の終了行インデックス
指定したレイアウト行の範囲の新しい行を取得します。
構文
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal row As Integer, _
   ByVal row2 As Integer _
) As LayoutRow
public LayoutRow Item( 
   int row,
   int row2
) {get;}

パラメータ

row
レイアウト行の範囲の開始行インデックス
row2
レイアウト行の範囲の終了行インデックス

プロパティ値

行を含むLayoutRowオブジェクト
例外
例外説明
System.IndexOutOfRangeException指定された行インデックスが範囲外です。行数より小さい値を指定するか、すべての行の場合は-1を指定する必要があります。
参照

LayoutRows クラス
LayoutRows メンバ
オーバーロード一覧

 

 


© 2003-2015, GrapeCity inc. All rights reserved.