Spread WPF 17
GrapeCity.Excel Namespace / GcSize Structure / Height Property


In This Topic
    Height Property (GcSize)
    In This Topic
    Gets or sets the height of this instance of GrapeCity.Excel.GcSize
    Syntax
    'Declaration
     
    Public Property Height As Double
    'Usage
     
    Dim instance As GcSize
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}
    See Also