Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ShapeClipboardObject Class / Height Property


In This Topic
    Height Property (ShapeClipboardObject)
    In This Topic
    Gets or sets the height.
    Syntax
    'Declaration
     
    
    Public Overridable Property Height As Integer
    'Usage
     
    
    Dim instance As ShapeClipboardObject
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public virtual int Height {get; set;}
    See Also