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


In This Topic
    Height Property (GcRect)
    In This Topic
    A positive number that represents the height of the rectangle. The default is 0.
    Syntax
    'Declaration
     
    Public Property Height As Double
    'Usage
     
    Dim instance As GcRect
    Dim value As Double
     
    instance.Height = value
     
    value = instance.Height
    public double Height {get; set;}
    See Also