FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintMargin Class / Right Property


In This Topic
Right Property (PrintMargin)
In This Topic
Gets or sets the right margin for the printed page.
Syntax
'Declaration
 
Public Property Right As Integer
 
'Usage
 
Dim instance As PrintMargin
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
See Also