バージョン

PrepareAxisHeaderCell メソッド

表示ヘッダー セルのタプル コレクションを準備します。
シンタックス
'宣言
 
Protected Overridable Function PrepareAxisHeaderCell( _
   ByRef startIndex As Integer, _
   ByVal count As Integer, _
   ByRef realTupleIndexes As List(Of Integer) _
) As Collection(Of ITuple)
protected virtual Collection<ITuple> PrepareAxisHeaderCell( 
   ref int startIndex,
   int count,
   out List<int> realTupleIndexes
)

パラメータ

startIndex
表示セルの開始インデックス。
count
表示セルのカウント。
realTupleIndexes
タプルの実インデックス。

戻り値の型

抽出されたタプルのリスト。
参照