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


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

Parameters

view
View
See Also