Spread WPF 17
GrapeCity.Excel Namespace / TwoCellAnchor Class / TwoCellAnchor Constructor / TwoCellAnchor Constructor(Int32,Int32,Int32,Int32)
From row.
From column.
To row.
To column.


In This Topic
    TwoCellAnchor Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the TwoCellAnchor class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fromRow As Integer, _
       ByVal fromColumn As Integer, _
       ByVal toRow As Integer, _
       ByVal toColumn As Integer _
    )
    'Usage
     
    Dim fromRow As Integer
    Dim fromColumn As Integer
    Dim toRow As Integer
    Dim toColumn As Integer
     
    Dim instance As New TwoCellAnchor(fromRow, fromColumn, toRow, toColumn)
    public TwoCellAnchor( 
       int fromRow,
       int fromColumn,
       int toRow,
       int toColumn
    )

    Parameters

    fromRow
    From row.
    fromColumn
    From column.
    toRow
    To row.
    toColumn
    To column.
    See Also