InsertSheet Method (SchematicSheetDocuments Collection)

Scope: Xpedition Designer schematic editor

Collection: SchematicSheetDocuments Collection

Prerequisites: None

Inserts a specified sheet into a specified schematic.

Usage

SchematicSheetDocuments.InsertSheet(ByVal SchematicName As String, ByVal SheetNumber As String) As Boolean

Arguments

SchematicName

A string containing the name of the schematic into which the sheet is inserted.

SheetNumber

A string containing the number that is assigned to the inserted sheet.

Return Values

As Boolean. True - The schematic sheet was successfully inserted. False - The schematic sheet could not be inserted.