Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSectionCollection Class / GetFirstByType Method


In This Topic
    GetFirstByType Method
    In This Topic
    Gets the section with the specified name
    Syntax
    'Declaration
     
    
    Public Function GetFirstByType( _
       ByVal type As System.Type, _
       ByVal startIndex As System.Integer _
    ) As NFormulaSection
    'Usage
     
    
    Dim instance As NFormulaSectionCollection
    Dim type As System.Type
    Dim startIndex As System.Integer
    Dim value As NFormulaSection
     
    value = instance.GetFirstByType(type, startIndex)
    public NFormulaSection GetFirstByType( 
       System.Type type,
       System.int startIndex
    )

    Parameters

    type
    startIndex
    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