Version

GetTargetRecordIndex Method

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

Parameters

record
The record to locate

Return Value

An integer used to identify the offset at which the specified record exists within the paste operation or -1 if the record 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