GrapeCity.Xaml.SpreadSheet.Data
Inset Constructor(Double,Double)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Inset Class > Inset Constructor : Inset Constructor(Double,Double)
The left and right inset.
The top and bottom inset.
Creates an inset with the specified x and y values.
Syntax
'Declaration
 
Public Function New( _
   ByVal xInset As Double, _
   ByVal yInset As Double _
)
'Usage
 
Dim xInset As Double
Dim yInset As Double
 
Dim instance As New Inset(xInset, yInset)
public Inset( 
   double xInset,
   double yInset
)

Parameters

xInset
The left and right inset.
yInset
The top and bottom inset.
See Also

Reference

Inset Class
Inset Members
Overload List