Version

GetColArgFromDataCol(PivotDataColumn,Member) Method

Syntax
'Declaration
 
Protected Overloads Function GetColArgFromDataCol( _
   ByVal col As Infragistics.Controls.Grids.PivotDataColumn, _
   ByVal toMember As Infragistics.Olap.Data.Base.Member _
) As System.Object
protected System.object GetColArgFromDataCol( 
   Infragistics.Controls.Grids.PivotDataColumn col,
   Infragistics.Olap.Data.Base.Member toMember
)
protected: System.Object* GetColArgFromDataCol( 
   Infragistics.Controls.Grids.PivotDataColumn* col,
   Infragistics.Olap.Data.Base.Member* toMember
) 

Parameters

col
toMember
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