'Declaration
Public Function New( _ ByVal row As Integer, _ ByVal rowOffset As Double, _ ByVal column As Integer, _ ByVal columnOffset As Double _ )
'Usage
Dim row As Integer Dim rowOffset As Double Dim column As Integer Dim columnOffset As Double Dim instance As New AnchorPoint(row, rowOffset, column, columnOffset)
Parameters
- row
- The row index of the anchor cell.
- rowOffset
- The vertical position of the drawing element, relative to the upper-left corner of the anchor cell.
- column
- The column index of the anchor cell.
- columnOffset
- The horizontal position of the drawing element, relative to the upper-left corner of the anchor cell.