Solid Edge Draft Type Library
AddSheet Method
Specifies a name for the new sheet.
Member of the SheetSectionTypeConstants constant set that specifies the section type of the new sheet.
Inserts the new sheet before the active section.
Inserts the new sheet after the active section.
Description
Adds a sheet to the referenced Sheets collection.
Syntax
Visual Basic
Public Function AddSheet( _
   Optional ByVal Name As Variant, _
   Optional ByVal SectionType As SheetSectionTypeConstants = igWorkingSection, _
   Optional ByVal InsertBefore As Variant, _
   Optional ByVal InsertAfter As Variant _
) As Sheet
Parameters
Name
Specifies a name for the new sheet.
SectionType
ValueDescription
ig2dModelSection
igBackgroundSection
igBlockViewSection
igDrawingViewSection
igUnknownSection
igWorkingSection
Member of the SheetSectionTypeConstants constant set that specifies the section type of the new sheet.
InsertBefore
Inserts the new sheet before the active section.
InsertAfter
Inserts the new sheet after the active section.
See Also

Sheets Collection  | Sheets Members

Send comments on this topic.