'宣言 Public Function New( _ ByVal rowPeer As GridRowAutomationPeer, _ ByVal cellType As GridCellType, _ ByVal row As GridRow, _ ByVal column As GridColumn _ )
public GridCellAutomationPeer( GridRowAutomationPeer rowPeer, GridCellType cellType, GridRow row, GridColumn column )
パラメータ
- rowPeer
- 関連付けられた行オートメーションピア。
- cellType
- セルの型。
- row
- 行。
- column
- 列。