Spread for ASP.NET 12 Product Documentation
Inset Constructor(Int32,Int32,Int32,Int32)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Inset Class > Inset Constructor : Inset Constructor(Int32,Int32,Int32,Int32)
Left inset (margin)
Top inset (margin)
Right inset (margin)
Bottom inset (margin)
Creates a set of margins (Inset object) with the specified values.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
'Usage
 
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
 
Dim instance As New Inset(left, top, right, bottom)
public Inset( 
   int left,
   int top,
   int right,
   int bottom
)

Parameters

left
Left inset (margin)
top
Top inset (margin)
right
Right inset (margin)
bottom
Bottom inset (margin)
See Also

Reference

Inset Class
Inset Members
Overload List