'Declaration
Public Function New( _ ByVal plate As Plate, _ ByVal column As Integer, _ ByVal row As Integer _ )
'Usage
Dim plate As Plate Dim column As Integer Dim row As Integer Dim instance As New PinningInstruction(plate, column, row)
Parameters
- plate
- The plate.
- column
- The column. This is 1 based, e.g. A = 1, B = 2.
- row
- The row. This is 1 based, e.g. A = 1, B = 2.