Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSection Class / GetColNameIndex Method


In This Topic
    GetColNameIndex Method (NFormulaSection)
    In This Topic
    Gets the index of the specified col name
    Syntax
    'Declaration
     
    
    Public Overridable Function GetColNameIndex( _
       ByVal colName As System.String _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NFormulaSection
    Dim colName As System.String
    Dim value As System.Integer
     
    value = instance.GetColNameIndex(colName)
    public virtual System.int GetColNameIndex( 
       System.string colName
    )

    Parameters

    colName
    Remarks
    This implementation parses an Excel-like column name (e.g. A, B, C, AA, AB, BA, BC etc.) and converts it to a valid index
    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