Initializes a new instance of the GrepaCity.Excel.GcSize structure and assigns it an initial with and height
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal 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 ,
System.double
)
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