バージョン

CellAutomationPeer コンストラクタ

RecordAutomationPeer クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal cell As Cell, _
   ByVal recordListAutomationPeer As IRecordListAutomationPeer _
)
public CellAutomationPeer( 
   Cell cell,
   IRecordListAutomationPeer recordListAutomationPeer
)

パラメータ

cell
このピアの Cell が作成されます。
recordListAutomationPeer
作成中の CellAutomationPeer を最終的に制御している IRecordListAutomationPeer
参照