バージョン

GetVisibleHeaderCells メソッド (PivotHeaderPanel)

このヘッダー パネルの表示セルを取得します。
シンタックス
'宣言
 
Protected MustOverride Function GetVisibleHeaderCells( _
   ByVal startIndex As Integer, _
   ByVal queringCount As Integer, _
   ByVal visibleCount As Integer _
) As Collection(Of PivotHeaderCell)
protected abstract Collection<PivotHeaderCell> GetVisibleHeaderCells( 
   int startIndex,
   int queringCount,
   int visibleCount
)

パラメータ

startIndex
開始インデックス。
queringCount
調べられるオブジェクトの数。
visibleCount
表示カウント。

戻り値の型

表示 PivotHeaderCell のコレクション。
参照