Version

GetChildren Method

Gets a list of children cells for specified cell.
Syntax
'Declaration
 
Public Overridable Function GetChildren( _
   ByVal headerCell As PivotHeaderCell _
) As Collection(Of PivotHeaderCell)
public virtual Collection<PivotHeaderCell> GetChildren( 
   PivotHeaderCell headerCell
)

Parameters

headerCell
The header cell.

Return Value

A list with children of PivotHeaderCell.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionRaises when the PivotHeaderCell is null
Remarks
This method serach for children cell only in hierarchy where PivotHeaderCell exist. It does not make cross hierarchy serach.
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