Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheet Class / GetControlsRow Method


In This Topic
    GetControlsRow Method
    In This Topic
    Gets the control row, which corresponds to the specified control index
    Syntax
    'Declaration
     
    
    Public Function GetControlsRow( _
       ByVal index As System.Integer _
    ) As NControlsRow
    'Usage
     
    
    Dim instance As NShapeSheet
    Dim index As System.Integer
    Dim value As NControlsRow
     
    value = instance.GetControlsRow(index)
    public NControlsRow GetControlsRow( 
       System.int index
    )

    Parameters

    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