[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.AnchorPoint

AnchorPoint Struct

Represents an anchor point for the drawing element.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public struct AnchorPoint
Public Structure AnchorPoint

Constructors

Name Description
AnchorPoint(int, double, int, double)

Initializes a new instance of the AnchorPoint struct.

Fields

Name Description
Origin

Represents the origin point.

Properties

Name Description
Column

Gets or sets the column index of the anchor cell.

ColumnOffset

Gets or sets the column offset of the drawing element.

Row

Gets or sets the row index of the anchor cell.

RowOffset

Gets or sets the row offset of the drawing element.