Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadNotesContainer Class / XOffset Property


In This Topic
XOffset Property (SpreadNotesContainer)
In This Topic
Gets or sets the offset in the horizontal (X) direction.
Syntax
'Declaration
 
Public Property XOffset As Integer
 
'Usage
 
Dim instance As SpreadNotesContainer
Dim value As Integer
 
instance.XOffset = value
 
value = instance.XOffset
See Also