Version

GetTargetFieldIndex Method

Helper method to return the index of the specified field or -1 if the field is not a target of the paste operation.
Syntax
'Declaration
 
Public Function GetTargetFieldIndex( _
   ByVal field As Field _
) As Integer
public int GetTargetFieldIndex( 
   Field field
)

Parameters

field
The field to locate

Return Value

An integer used to identify the offset at which the specified Field exists within the paste operation or -1 if the field is not a target of the paste operation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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