Nevron .NET Vision
Nevron.SmartShapes Namespace / NGeometrySection Class / GetColNameIndex Method


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

    Parameters

    colName
    Remarks
    Overriden to return the index of the predefined col names
    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