Spread Windows Forms 15.0
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)
    Point GetLocation( 
       Rectangle rect
    )

    Parameters

    rect
    See Also