[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Margin

Class Margin

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Gets or sets the watermark margin in pixels relative to the cell.

public class Margin
Inheritance
object
Margin
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Margin(int, int, int, int)

Constructor for four arguments.

public Margin(int top, int right, int bottom, int left)

Parameters

top int

The top margin value.

right int

The right margin value.

bottom int

The bottom margin value.

left int

The left margin value.

Margin(int)

Constructor for one argument.

public Margin(int all)

Parameters

all int

The value to set for all margins.

Properties

Bottom

Gets bottom margin.

public int Bottom { get; }

Property Value

int

Left

Gets left margin.

public int Left { get; }

Property Value

int

Right

Gets right margin.

public int Right { get; }

Property Value

int

Top

Gets top margin.

public int Top { get; }

Property Value

int