Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Margin Class / Margin Constructor / Margin Constructor(Int32,Int32,Int32,Int32)
In This Topic
    Margin Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Constructor for four arguments
    Syntax
    public Margin( 
       System.int top,
       System.int right,
       System.int bottom,
       System.int left
    )

    Parameters

    top
    right
    bottom
    left
    See Also