PowerTools SPREAD for ASP.NET 8.0J
Enable プロパティ

Background画像が有効かどうかを取得または設定します。
構文
'Declaration
 
Public Property Enable As Boolean
public bool Enable {get; set;}

プロパティ値

Boolean:有効な場合はTrue、それ以外の場合はFalse
次のサンプルコードは、列の背景画像を設定します。
FpSpread1.Columns[0].Background.BackgroundImageUrl = FarPoint.Web.Spread.Background.DEFAULT_GRADIENT_MASK_IMAGE;
FpSpread1.Columns[0].Background.Enable = true;
FpSpread1.Columns[0].Background.SelectedBackgroundImageUrl = FarPoint.Web.Spread.Background.DEFAULT_GRADIENT_MASK_IMAGE;
FpSpread1.Columns(0).Background.BackgroundImageUrl = FarPoint.Web.Spread.Background.DEFAULT_GRADIENT_MASK_IMAGE
FpSpread1.Columns(0).Background.Enable = True
FpSpread1.Columns(0).Background.SelectedBackgroundImageUrl = FarPoint.Web.Spread.Background.DEFAULT_GRADIENT_MASK_IMAGE
参照

Background クラス
Background メンバ

 

 


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