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

列ヘッダセルまたは行ヘッダセルを含まないヘッダ領域の背景画像を取得または設定します。
構文
'Declaration
 
Public Property HeaderGrayAreaBackgroundImageUrl As String
public string HeaderGrayAreaBackgroundImageUrl {get; set;}

プロパティ値

画像のURL
次のサンプルコードは、HeaderGrayAreaBackgroundImageUrlプロパティを設定します。
FpSpread1.Sheets[0].HeaderGrayAreaBackgroundImageUrl = "happy.bmp";
FpSpread1.Sheets(0).HeaderGrayAreaBackgroundImageUrl = "happy.bmp"
参照

SheetView クラス
SheetView メンバ

 

 


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