バージョン

Cell コンストラクタ

Cell クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal cellOrdinal As Integer, _
   ByVal properties As IEnumerable(Of XmlaProperty) _
)
public Cell( 
   int cellOrdinal,
   IEnumerable<XmlaProperty> properties
)

パラメータ

cellOrdinal
セルの順序。
properties
プロパティ。
参照