Scope: Xpedition Designer schematic editor
Collection: SchematicSheetDocuments Collection
Prerequisites: None
Deletes a specified sheet from a specified schematic.
SchematicSheetDocuments.DeleteSheet(ByVal SchematicName As String, ByVal SheetNumber As Long) As Boolean
The name of the schematic from which to delete the sheet.
The number of the sheet within the specified schematic that is to be deleted.
Boolean. True - the schematic sheet was deleted (success). False - the schematic sheet could not be deleted (failure).