Scope: Xpedition Designer schematic editor
Collection: SchematicSheetDocuments Collection
Prerequisites: None
Opens an existing schematic document and adds it to the collection.
SchematicSheetDocuments.Open(ByVal SchematicName As String, ByVal SheetName As String) As Document
A string containing the name of the schematic document.
A string containing the name of the schematic sheet.When this argument references a non-existing sheet, the Open method creates a new sheet.
As Document. The SchematicSheetDocument Object.