Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartCommandCollection Class / Insert Method
index
command


In This Topic
    Insert Method (NChartCommandCollection)
    In This Topic
    Inserts a the specified command at the specified index
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal command As NChartCommand _
    ) 
    'Usage
     
    
    Dim instance As NChartCommandCollection
    Dim index As System.Integer
    Dim command As NChartCommand
     
    instance.Insert(index, command)
    public void Insert( 
       System.int index,
       NChartCommand command
    )

    Parameters

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