CellCollection.Item プロパティ (ICollection)
指定したインデックスのコレクションを使用して、コレクションから Cell を取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
indexes As ICollection _
) As Cell
Get
'使用
Dim instance As CellCollection
Dim indexes As ICollection
Dim value As Cell
value = instance(indexes)
public Cell this[
ICollection indexes
] { get; }
public:
property Cell^ default[ICollection^ indexes] {
Cell^ get (ICollection^ indexes);
}
member Item : Cell
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- indexes
型: System.Collections.ICollection
セルのコレクションに含まれるセル要素の位置を示すために使用するインデックスのコレクションです。
プロパティ値
型: Microsoft.AnalysisServices.AdomdClient.Cell
Cell オブジェクトです。