[]
Gets or sets the watermark margin in pixels relative to the cell.
public class Margin
Constructor for four arguments.
public Margin(int top, int right, int bottom, int left)
top
intThe top margin value.
right
intThe right margin value.
bottom
intThe bottom margin value.
left
intThe left margin value.
Constructor for one argument.
public Margin(int all)
all
intThe value to set for all margins.
Gets bottom margin.
public int Bottom { get; }
Gets left margin.
public int Left { get; }
Gets right margin.
public int Right { get; }
Gets top margin.
public int Top { get; }