Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / GetXShift Method
View


In This Topic
    GetXShift Method (SpreadShapesContainer)
    In This Topic
    Internal use only. Gets the shift in the horizontal (X) direction.
    Syntax
    'Declaration
     
    
    Public Function GetXShift( _
       ByVal view As SpreadView _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim view As SpreadView
    Dim value As Integer
     
    value = instance.GetXShift(view)
    public int GetXShift( 
       SpreadView view
    )

    Parameters

    view
    View
    See Also