Returns the specified TitleBlockDefinition object from the collection.
Name | Type | Description |
Index | Variant | Input Variant value that specifies the TitleBlockDefinition to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the title block definition's name. If an out of range index or a name of a non-existent title block definition is specified, an error occurs. |
Name | Description |
Title Block Definition Create and Insert | This sample illustrates creating a new title block definition object and inserting it into the active sheet. This sample consists of two subs. The first demonstrates the creation of a title block definition and the second inserts it into the active sheet. |