[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Margin.-ctor

Margin Constructor

Margin(int)

Constructor for one argument.

Declaration
public Margin(int all)
Public Sub New(all As Integer)
Parameters
Type Name Description
int all

The value to set for all margins.

Margin(int, int, int, int)

Constructor for four arguments.

Declaration
public Margin(int top, int right, int bottom, int left)
Public Sub New(top As Integer, right As Integer, bottom As Integer, left As Integer)
Parameters
Type Name Description
int top

The top margin value.

int right

The right margin value.

int bottom

The bottom margin value.

int left

The left margin value.