Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Inset Class / Inset Constructor / Inset Constructor(Double)
The left, top, right, or bottom inset.


In This Topic
    Inset Constructor(Double)
    In This Topic
    Creates an inset for the specified side.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sideInset As Double _
    )
    'Usage
     
    Dim sideInset As Double
     
    Dim instance As New Inset(sideInset)
    public Inset( 
       double sideInset
    )

    Parameters

    sideInset
    The left, top, right, or bottom inset.
    See Also