Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSectionCollection Class / GetFirstByName Method
section name
index to start from


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

    Parameters

    sectionName
    section name
    startIndex
    index to start from
    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