Pattern (Property)

Applies To:

FillFormat object

Description:

Returns or sets the background fill pattern of an object. The fill pattern refers to the level of shading used in the background object.

Action:

Read-only

Constants:

The Pattern (Property) uses the BqFillPattern constant group, which consists of these values:

Example:

This example shows how to use the path separator to build a path:

var PS = Application.PathSeparatorvar myDir = "c:"+PS+"Documents"+PS+"Hyperion Docs"+PS+"Sales Reports"Alert(myDir)