Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / AnchorPoint Constructor
The row index of the anchor cell.
The vertical position of the drawing element, relative to the upper-left corner of the anchor cell.
The column index of the anchor cell.
The horizontal position of the drawing element, relative to the upper-left corner of the anchor cell.


In This Topic
AnchorPoint Constructor
In This Topic
Initializes a new instance of the AnchorPoint struct.
Syntax
'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.
See Also