Coverage Property
Coverage sets the fill pattern coverage mode. Returns a SrfFillCoverage value. This is equivalent to the Stretch section of the Fill Properties topic. You can set a fill pattern to be Stretch (checked) or Tile (unchecked).
Syntax
object. Coverage
object. Coverage = Coverage
Parameter |
Type |
Description |
Value |
required, default = srfCoverageTitle |
Example 1
This example demonstrates how to return the coverage value.
Debug.Print FillFormat.Coverage
Used by: FillFormat object