'宣言 Public Overridable Function GetChildren( _ ByVal headerCell As PivotHeaderCell _ ) As Collection(Of PivotHeaderCell)
public virtual Collection<PivotHeaderCell> GetChildren( PivotHeaderCell headerCell )
例外 | 解説 |
---|---|
System.ArgumentNullException | PivotHeaderCell が null の場合は発生します。 |