Sheet.Border Property
Parent Object: SheetDescription
Property that returns the Border or DefaultBorder object associated with the sheet. This property will return Nothing in the case where the sheet doesn't have a border.
Syntax
Sheet.Border() As BorderProperty Value
This is a read only property whose value is a Border.Samples
Name | Description |
Border Create and Insert | This sample illustrates creating a new border definition object and using it for a sheet. |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |
Creating a parts list | This sample demonstrates the creation of a parts list. The parts list is placed at the top right corner of the border if one exists, else it is placed at the top right corner of the sheet. |
Border Insert | This sample illustrates inserting a default border. |
Border Insert Default | This sample illustrates inserting a default border using the default values. |