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


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