PowerTools SPREAD for ASP.NET 8.0J
Count プロパティ (AlternatingRows)

コレクション内の交互行のスタイルを取得または設定します。
構文
'Declaration
 
Public Property Count As Integer
public int Count {get; set;}

プロパティ値

コレクション内の交互行の数を表すInteger
この例では、交互行の数を返します。
int i;
i = FpSpread1.ActiveSheetView.AlternatingRows.Count;
Response.Write(i.ToString());
Dim i As Integer
i = FpSpread1.ActiveSheetView.AlternatingRows.Count
Response.Write(i.ToString())
参照

AlternatingRows クラス
AlternatingRows メンバ

 

 


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