Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheetSectionsComparer Class / GetSectionRank Method


In This Topic
    GetSectionRank Method
    In This Topic
    Obtains the rank of the the specified section. Throws an exceptin if the object is not a formula section
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetSectionRank( _
       ByVal section As System.Object _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NShapeSheetSectionsComparer
    Dim section As System.Object
    Dim value As System.Integer
     
    value = instance.GetSectionRank(section)
    protected virtual System.int GetSectionRank( 
       System.object section
    )

    Parameters

    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