GrapeCity.Xaml.Excel
TwoCellAnchor Constructor(Int32,Int32,Int32,Int32)


From row.
From column.
To row.
To column.
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

TwoCellAnchor Class
TwoCellAnchor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options