GrapeCity.Xaml.SpreadSheet.Data
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 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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Inset Class
Inset Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options