[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Margin.-ctor

Margin Constructor

Margin(int)

Constructor for one argument.

Declaration
public Margin(int all)
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)
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.