Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ISubEditor Interface / GetLocation Method


In This Topic
GetLocation Method (ISubEditor)
In This Topic
Gets the initial location of the subeditor control.
Syntax
'Declaration
 
Function GetLocation( _
   ByVal rect As Rectangle _
) As Point
 
'Usage
 
Dim instance As ISubEditor
Dim rect As Rectangle
Dim value As Point
 
value = instance.GetLocation(rect)

Parameters

rect
See Also