Spread Silverlight Documentation
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
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GcSize Structure
GcSize Members

 

 


Copyright © GrapeCity, inc. All rights reserved.