Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Height Property


In This Topic
    Height Property (ExcelShape)
    In This Topic
    Gets the height.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Double
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Double
     
    value = instance.Height
    public double Height {get;}

    Property Value

    height
    See Also