PowerTools SPREAD for ASP.NET 8.0J
AltRowCount プロパティ (ISheetStyleModel)

モデル内の交互行のスタイルの数を取得または設定します。
構文
'Declaration
 
Property AltRowCount As Integer
int AltRowCount {get; set;}

プロパティ値

交互行の数を表すInteger
FarPoint.Web.Spread.Model.ISheetStyleModel iss;
iss = (FarPoint.Web.Spread.Model.ISheetStyleModel)FpSpread1.ActiveSheetView.StyleModel;
iss.AltRowCount = 2;
Dim si As New FarPoint.Web.Spread.StyleInfo;
si.BackColor = Color.Yellow;
iss.SetDirectAltRowInfo(1, si);
Dim iss As FarPoint.Web.Spread.Model.ISheetStyleModel
iss = FpSpread1.ActiveSheetView.StyleModel
iss.AltRowCount = 2
Dim si As New FarPoint.Web.Spread.StyleInfo
si.BackColor = Color.Yellow
iss.SetDirectAltRowInfo(1, si)
参照

ISheetStyleModel インタフェース
ISheetStyleModel メンバ

 

 


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