Spread WPF 17
GrapeCity.Excel Namespace / IExcelPrintPageMargin Interface / Right Property


In This Topic
    Right Property (IExcelPrintPageMargin)
    In This Topic
    Get or set the right margin
    Syntax
    'Declaration
     
    Property Right As Double
    'Usage
     
    Dim instance As IExcelPrintPageMargin
    Dim value As Double
     
    instance.Right = value
     
    value = instance.Right
    double Right {get; set;}

    Property Value

    The value of the right margin
    See Also