Version

GetCellFromIDPair Method

Searches the record collection for the record with ItemIDPair.RecordIDPair and then if the record is found continues the serch in that record for the item with associated field of ItemIDPair.FieldIDPair.
Syntax
'Declaration
 
Public Function GetCellFromIDPair( _
   ByVal idPair As ItemIDPair _
) As GridRecordItem
public GridRecordItem GetCellFromIDPair( 
   ItemIDPair idPair
)

Parameters

idPair
ItemIDPair that defines an item to seek and return.

Return Value

Record item that corresponds to the id pair provided. Null if no item can be found.
Requirements

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