Version

GetCellItemsIndexes(ITuple,ITuple) Method

Gets list with records indexes that participate in both of the tuples.
Syntax
'Declaration
 
Public Overloads Function GetCellItemsIndexes( _
   ByVal rowTuple As Infragistics.Olap.Data.ITuple, _
   ByVal columnTuple As Infragistics.Olap.Data.ITuple _
) As List(Of Integer)
public List<int> GetCellItemsIndexes( 
   Infragistics.Olap.Data.ITuple rowTuple,
   Infragistics.Olap.Data.ITuple columnTuple
)

Parameters

rowTuple
The rowTuple which items indexes are requested.
columnTuple
The column tuple which items indexes are requested.

Return Value

List with records indexes.
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