Spread WPF 17
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.


In This Topic
    Inset Constructor(Double,Double,Double,Double,UnitType)
    In This Topic
    Creates an inset with the four specified sides and the specified unit of measure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal leftInset As Double, _
       ByVal topInset As Double, _
       ByVal rightInset As Double, _
       ByVal bottomInset As Double, _
       ByVal unitType As UnitType _
    )
    'Usage
     
    Dim leftInset As Double
    Dim topInset As Double
    Dim rightInset As Double
    Dim bottomInset As Double
    Dim unitType As UnitType
     
    Dim instance As New Inset(leftInset, topInset, rightInset, bottomInset, unitType)
    public Inset( 
       double leftInset,
       double topInset,
       double rightInset,
       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