ShowBkFill Property

 

The ShowBkFill property returns or sets the graticule background fill. Returns a Boolean.

 

Syntax

object.ShowBkFill

object.ShowBkFill = ShowBkFill

 

Parameter

Type

Description

ShowBkFill

Boolean

required; true to use graticule background fill

 

Example 1

This example returns the visibility of a graticule background fill.

 

Debug.Print Grat.ShowBkFill

 

Example 2

This example makes the fills the graticule background.

 

Grat.ShowBkFill = True

 

Used by: Graticule object