Scope: Xpedition Designer schematic editor
Collection: SchematicSheetDocuments Collection
Prerequisites: None
Inserts a specified sheet into a specified schematic.
SchematicSheetDocuments.InsertSheet(ByVal SchematicName As String, ByVal SheetNumber As String) As Boolean
A string containing the name of the schematic into which the sheet is inserted.
A string containing the number that is assigned to the inserted sheet.
As Boolean. True - The schematic sheet was successfully inserted. False - The schematic sheet could not be inserted.