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


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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

OneCellAnchor Class
OneCellAnchor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options