다음을 통해 공유


Worksheet.SetBackgroundPicture Method (Excel)

Sets the background graphic for a worksheet.

Syntax

.SetBackgroundPicture(Filename)

A variable that represents a Worksheet object.

Parameters

Name

Required/Optional

Data Type

Description

Filename

필수

String

The name of the graphic file.

Example

This example sets the background graphic for worksheet one.

Worksheets(1).SetBackgroundPicture "c:\graphics\watermark.gif"

참고 항목

개념

Worksheet Object

Worksheet Object Members