Version

ValidateHeaderCell Method

Syntax
'Declaration
 
Protected Function ValidateHeaderCell( _
   ByVal oHdrType As System.Object, _
   ByVal oHdrArg As System.Object _
) As Infragistics.Controls.Grids.PivotHeaderCell
protected Infragistics.Controls.Grids.PivotHeaderCell ValidateHeaderCell( 
   System.object oHdrType,
   System.object oHdrArg
)
protected: Infragistics.Controls.Grids.PivotHeaderCell* ValidateHeaderCell( 
   System.Object* oHdrType,
   System.Object* oHdrArg
) 

Parameters

oHdrType
oHdrArg
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