Spread Silverlight Documentation
GcSize Constructor


GrapeCity.Excel Namespace > GcSize Structure : GcSize Constructor
The initial width of the instance of GrapeCity.Excel.GcSize
The initial height of the instance of GrapeCity.Ecel.SGcSizeize
Initializes a new instance of the GrepaCity.Excel.GcSize structure and assigns it an initial with and height
Syntax
'Declaration
 
Public Function New( _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
'Usage
 
Dim width As System.Double
Dim height As System.Double
 
Dim instance As New GcSize(width, height)
public GcSize( 
   System.double width,
   System.double height
)

Parameters

width
The initial width of the instance of GrapeCity.Excel.GcSize
height
The initial height of the instance of GrapeCity.Ecel.SGcSizeize
See Also

Reference

GcSize Structure
GcSize Members