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

選択されているセルの表示の背景色スタイルを取得または設定します。
構文
'Declaration
 
Public Property SelectionBackColorStyle As SelectionBackColorStyles
public SelectionBackColorStyles SelectionBackColorStyle {get; set;}
次のサンプルコードは、SelectionBackColorStyleを設定します。
FpSpread1.Sheets[0].SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor;
FpSpread1.Sheets(0).SelectionBackColorStyle = FarPoint.Web.Spread.SelectionBackColorStyles.SemiTransparentSelectionBackColor
参照

SheetView クラス
SheetView メンバ

 

 


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