Spread Silverlight Documentation
Inset Constructor(Double,Double,Double,Double,UnitType)


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class > Inset Constructor : Inset Constructor(Double,Double,Double,Double,UnitType)
The left inset.
The top inset.
The right inset.
The bottom inset.
The unit of measure for the left, top, right, and bottom insets.
Creates an inset with the four specified sides and the specified unit of measure.
Syntax
'Declaration
 
Public Function New( _
   ByVal leftInset As System.Double, _
   ByVal topInset As System.Double, _
   ByVal rightInset As System.Double, _
   ByVal bottomInset As System.Double, _
   ByVal unitType As UnitType _
)
'Usage
 
Dim leftInset As System.Double
Dim topInset As System.Double
Dim rightInset As System.Double
Dim bottomInset As System.Double
Dim unitType As UnitType
 
Dim instance As New Inset(leftInset, topInset, rightInset, bottomInset, unitType)
public Inset( 
   System.double leftInset,
   System.double topInset,
   System.double rightInset,
   System.double bottomInset,
   UnitType unitType
)

Parameters

leftInset
The left inset.
topInset
The top inset.
rightInset
The right inset.
bottomInset
The bottom inset.
unitType
The unit of measure for the left, top, right, and bottom insets.
See Also

Reference

Inset Class
Inset Members
Overload List