Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadChildControlContainer Class / GetXShift Method
View


In This Topic
GetXShift Method (SpreadChildControlContainer)
In This Topic
Gets the horizontal (X-axis) shift.
Syntax
'Declaration
 
Public Function GetXShift( _
   ByVal view As SpreadView _
) As Integer
 
'Usage
 
Dim instance As SpreadChildControlContainer
Dim view As SpreadView
Dim value As Integer
 
value = instance.GetXShift(view)

Parameters

view
View
See Also