[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Inset.-ctor

Inset Constructor

Inset()

Creates an empty set of margins (Inset object).

Declaration
public Inset()
Public Sub New()

Inset(int, int, int, int)

Creates a set of margins (Inset object) with the specified values.

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

Left inset (margin)

int top

Top inset (margin)

int right

Right inset (margin)

int bottom

Bottom inset (margin)