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


In This Topic
    OneCellAnchor Constructor(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 _
    )
    'Usage
     
    Dim fromRow As Integer
    Dim fromColumn As Integer
     
    Dim instance As New OneCellAnchor(fromRow, fromColumn)
    public OneCellAnchor( 
       int fromRow,
       int fromColumn
    )

    Parameters

    fromRow
    From row.
    fromColumn
    From column.
    See Also