Spread WinForms 15
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CustomDropCellType Class / SetNewLocation Method
X coordinate
Y coordinate


In This Topic
SetNewLocation Method
In This Topic
Sets the new location for the custom drop cell type.
Syntax
'Declaration
 
Public Sub SetNewLocation( _
   ByVal x As Integer, _
   ByVal y As Integer _
) 
 
'Usage
 
Dim instance As CustomDropCellType
Dim x As Integer
Dim y As Integer
 
instance.SetNewLocation(x, y)

Parameters

x
X coordinate
y
Y coordinate
See Also