Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintMargin Class / Left Property
Example


In This Topic
    Left Property (PrintMargin)
    In This Topic
    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;}
    Example
    This example sets the margins for printing.
    See Also