DrawingDocument.BorderDefinitions Property
Parent Object: DrawingDocumentDescription
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 BorderDefinitionsProperty 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. |