Spread Silverlight Documentation
Inset Constructor(Double,Double)


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class > Inset Constructor : Inset Constructor(Double,Double)
The left and right inset.
The top and bottom inset.
Creates an inset with the specified x and y values.
Syntax
'Declaration
 
Public Function New( _
   ByVal xInset As System.Double, _
   ByVal yInset As System.Double _
)
'Usage
 
Dim xInset As System.Double
Dim yInset As System.Double
 
Dim instance As New Inset(xInset, yInset)
public Inset( 
   System.double xInset,
   System.double yInset
)

Parameters

xInset
The left and right inset.
yInset
The top and bottom inset.
See Also

Reference

Inset Class
Inset Members
Overload List