Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtDgContainer Class / OfficeArtDgContainer Constructor / OfficeArtDgContainer Constructor(ClientAnchorType)


In This Topic
    OfficeArtDgContainer Constructor(ClientAnchorType)
    In This Topic
    Initializes a new instance of the OfficeArtDgContainer class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal anchorType As ClientAnchorType _
    )
    'Usage
     
    
    Dim anchorType As ClientAnchorType
     
    Dim instance As New OfficeArtDgContainer(anchorType)
    public OfficeArtDgContainer( 
       ClientAnchorType anchorType
    )

    Parameters

    anchorType
    See Also