Spread Silverlight Documentation
OneCellAnchor Constructor(Int32,Int32)


From row.
From column.
Initializes a new instance of the TwoCellAnchor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal fromRow As System.Integer, _
   ByVal fromColumn As System.Integer _
)
'Usage
 
Dim fromRow As System.Integer
Dim fromColumn As System.Integer
 
Dim instance As New OneCellAnchor(fromRow, fromColumn)
public OneCellAnchor( 
   System.int fromRow,
   System.int fromColumn
)

Parameters

fromRow
From row.
fromColumn
From column.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

OneCellAnchor Class
OneCellAnchor Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.