Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / IPSObject Interface / Height Property


In This Topic
    Height Property (IPSObject)
    In This Topic
    Gets or sets the height of the object.
    Syntax
    'Declaration
     
    
    Property Height As Integer
    'Usage
     
    
    Dim instance As IPSObject
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    int Height {get; set;}
    See Also