[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.AnchorPoint.-ctor

AnchorPoint Constructor

AnchorPoint(int, double, int, double)

Initializes a new instance of the AnchorPoint struct.

Declaration
public AnchorPoint(int row, double rowOffset, int column, double columnOffset)
Public Sub New(row As Integer, rowOffset As Double, column As Integer, columnOffset As Double)
Parameters
Type Name Description
int row

The row index of the anchor cell.

double rowOffset

The vertical position of the drawing element, relative to the upper-left corner of the anchor cell.

int column

The column index of the anchor cell.

double columnOffset

The horizontal position of the drawing element, relative to the upper-left corner of the anchor cell.