Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IGraphic Interface / Width Property


In This Topic
    Width Property (IGraphic)
    In This Topic
    Gets or sets a System.Double value that represents the width, in pixels, of the object.
    Syntax
    'Declaration
     
    
    Property Width As Integer
    'Usage
     
    
    Dim instance As IGraphic
    Dim value As Integer
     
    instance.Width = value
     
    value = instance.Width
    int Width {get; set;}
    See Also