バージョン

ImageBackground プロパティ (Worksheet)

ワークシートの背景画像を取得または設定します。
シンタックス
'宣言
 
Public Property ImageBackground As Bitmap
public Bitmap ImageBackground {get; set;}

プロパティ値

ワークシートの背景画像。
解説

この画像はワークシートの背景にタイルされます。Null の場合、ワークシートには背景はありません。

参照