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


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class > Inset Constructor : Inset Constructor(Double,Double,Double,Double,UnitType,UnitType,UnitType,UnitType)
The left inset.
The top inset.
The right inset.
The bottom inset.
The unit of measure for the left inset.
The unit of measure for the top inset.
The unit of measure for the right inset.
The unit of measure for the bottom inset.
Creates an inset with the four specified sides and the specified units for each side.
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 unitTypeLeft As UnitType, _
   ByVal unitTypeTop As UnitType, _
   ByVal unitTypeRight As UnitType, _
   ByVal unitTypeBottom As UnitType _
)
'Usage
 
Dim leftInset As System.Double
Dim topInset As System.Double
Dim rightInset As System.Double
Dim bottomInset As System.Double
Dim unitTypeLeft As UnitType
Dim unitTypeTop As UnitType
Dim unitTypeRight As UnitType
Dim unitTypeBottom As UnitType
 
Dim instance As New Inset(leftInset, topInset, rightInset, bottomInset, unitTypeLeft, unitTypeTop, unitTypeRight, unitTypeBottom)
public Inset( 
   System.double leftInset,
   System.double topInset,
   System.double rightInset,
   System.double bottomInset,
   UnitType unitTypeLeft,
   UnitType unitTypeTop,
   UnitType unitTypeRight,
   UnitType unitTypeBottom
)

Parameters

leftInset
The left inset.
topInset
The top inset.
rightInset
The right inset.
bottomInset
The bottom inset.
unitTypeLeft
The unit of measure for the left inset.
unitTypeTop
The unit of measure for the top inset.
unitTypeRight
The unit of measure for the right inset.
unitTypeBottom
The unit of measure for the bottom inset.
See Also

Reference

Inset Class
Inset Members
Overload List