Spread for ASP.NET 12 Product Documentation
Left Property (PrintMargin)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > PrintMargin Class : Left Property
Gets or sets the left margin for the printed page.
Syntax
'Declaration
 
Public Property Left As Integer
'Usage
 
Dim instance As PrintMargin
Dim value As Integer
 
instance.Left = value
 
value = instance.Left
public int Left {get; set;}
See Also

Reference

PrintMargin Class
PrintMargin Members