Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / GeneralEditor Class / GetCharFromPos Method
The point


In This Topic
    GetCharFromPos Method (GeneralEditor)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCharFromPos( _
       ByVal pt As Point _
    ) As Point
    'Usage
     
    
    Dim instance As GeneralEditor
    Dim pt As Point
    Dim value As Point
     
    value = instance.GetCharFromPos(pt)
    public virtual Point GetCharFromPos( 
       Point pt
    )

    Parameters

    pt
    The point
    See Also