Spread WPF 17
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


In This Topic
    GcSize Constructor
    In This Topic
    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 Double, _
       ByVal height As Double _
    )
    'Usage
     
    Dim width As Double
    Dim height As Double
     
    Dim instance As New GcSize(width, height)
    public GcSize( 
       double width,
       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