Spread Silverlight Documentation
Margins Constructor(Int32,Int32,Int32,Int32)


GrapeCity.Windows.SpreadSheet.Data Namespace > Margins Class > Margins Constructor : Margins Constructor(Int32,Int32,Int32,Int32)
The top margin, in hundredths of an inch.
The bottom margin, in hundredths of an inch.
The left margin, in hundredths of an inch.
The right margin, in hundredths of an inch.
Creates new margin settings, using the specified settings for the top, bottom, left, and right margins.
Syntax
'Declaration
 
Public Function New( _
   ByVal top As System.Integer, _
   ByVal bottom As System.Integer, _
   ByVal left As System.Integer, _
   ByVal right As System.Integer _
)
'Usage
 
Dim top As System.Integer
Dim bottom As System.Integer
Dim left As System.Integer
Dim right As System.Integer
 
Dim instance As New Margins(top, bottom, left, right)
public Margins( 
   System.int top,
   System.int bottom,
   System.int left,
   System.int right
)

Parameters

top
The top margin, in hundredths of an inch.
bottom
The bottom margin, in hundredths of an inch.
left
The left margin, in hundredths of an inch.
right
The right margin, in hundredths of an inch.
See Also

Reference

Margins Class
Margins Members
Overload List