MESCIUS SPREAD for ASP.NET 10.0J
Index プロパティ (AlternatingRow)

この交互行のインデックスを取得します。
構文
'Declaration
 
Public ReadOnly Property Index As Integer
public int Index {get;}

プロパティ値

交互行の0から始まるインデックスを表すInteger
この例では、交互行のインデックスを返します。
int i;
i = FpSpread1.ActiveSheetView.AlternatingRows[0].Index;
Response.Write("The index of the alternating row is " + i.ToString());
Dim i As Integer
i = FpSpread1.ActiveSheetView.AlternatingRows(0).Index
Response.Write("The index of the alternating row is " & i.ToString())
参照

AlternatingRow クラス
AlternatingRow メンバ
Item プロパティ
Alternating プロパティ

 

 


© MESCIUS inc. All rights reserved.