DeleteSheet Method (SchematicSheetDocuments Collection)

Scope: Xpedition Designer schematic editor

Collection: SchematicSheetDocuments Collection

Prerequisites: None

Deletes a specified sheet from a specified schematic.

Usage

SchematicSheetDocuments.DeleteSheet(ByVal SchematicName As String, ByVal SheetNumber As Long) As Boolean

Arguments

SchematicName

The name of the schematic from which to delete the sheet.

SheetNumber

The number of the sheet within the specified schematic that is to be deleted.

Return Values

Boolean. True - the schematic sheet was deleted (success). False - the schematic sheet could not be deleted (failure).