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


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