Nevron .NET Vision
Nevron.Chart Namespace / NGuidelineTargetCollection Class / Insert Method


In This Topic
    Insert Method (NGuidelineTargetCollection)
    In This Topic
    Inserts the specified INGuidelineTarget object to the collection at the specified index location.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal GuidelineTarget As INGuidelineTarget _
    ) 
    'Usage
     
    
    Dim instance As NGuidelineTargetCollection
    Dim index As System.Integer
    Dim GuidelineTarget As INGuidelineTarget
     
    instance.Insert(index, GuidelineTarget)
    public void Insert( 
       System.int index,
       INGuidelineTarget GuidelineTarget
    )

    Parameters

    index
    GuidelineTarget
    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