Share

DrawingDocument.BorderDefinitions Property

Parent Object: DrawingDocument

Description

Property that returns the BorderDefinitions collection object. This object provides access to all of the border definitions in the document and provides functionality to create new border definitions.

Syntax

DrawingDocument.BorderDefinitions() As BorderDefinitions

Property Value

This is a read only property whose value is a BorderDefinitions.

Samples

Name Description
Border Create and Insert This sample illustrates creating a new border definition object and using it for a sheet.

Version

Introduced in version 5.3

Was this information helpful?