Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintMargin Class / Right Property
Example


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
    public int Right {get; set;}
    Example
    This example sets the margins for printing.
    See Also