Nevron .NET Vision
Nevron.SmartShapes Namespace / NRemoveSectionsVerb Class / NRemoveSectionsVerb Constructor
path sheet from which to remove sections


In This Topic
    NRemoveSectionsVerb Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pathSheet As NShapeSheet _
    )
    'Usage
     
    
    Dim pathSheet As NShapeSheet
     
    Dim instance As New NRemoveSectionsVerb(pathSheet)
    public NRemoveSectionsVerb( 
       NShapeSheet pathSheet
    )

    Parameters

    pathSheet
    path sheet from which to remove sections
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also