Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / AnchorPoint Structure / AnchorPoint Constructor


In This Topic
    AnchorPoint Constructor
    In This Topic
    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)
    public AnchorPoint( 
       int row,
       double rowOffset,
       int column,
       double columnOffset
    )

    Parameters

    row
    rowOffset
    column
    columnOffset
    See Also