Spread Silverlight Documentation
Inset Constructor(Double)


GrapeCity.Windows.SpreadSheet.Data Namespace > Inset Class > Inset Constructor : Inset Constructor(Double)
The left, top, right, or bottom inset.
Creates an inset for the specified side.
Syntax
'Declaration
 
Public Function New( _
   ByVal sideInset As System.Double _
)
'Usage
 
Dim sideInset As System.Double
 
Dim instance As New Inset(sideInset)
public Inset( 
   System.double sideInset
)

Parameters

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

Reference

Inset Class
Inset Members
Overload List