Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSectionCollection Class / Insert Method
index
section


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

    Parameters

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