Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorHF Class / height Property


In This Topic
    height Property (OfficeArtClientAnchorHF)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property height As Integer
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorHF
    Dim value As Integer
     
    instance.height = value
     
    value = instance.height
    public int height {get; set;}
    See Also