Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Placement Property


In This Topic
    Placement Property (Shape)
    In This Topic
    Gets or sets an Placement value that represents the way the shape is attached to the cells below it.
    Syntax
    'Declaration
     
    
    Public Overrides Property Placement As Placement
    'Usage
     
    
    Dim instance As Shape
    Dim value As Placement
     
    instance.Placement = value
     
    value = instance.Placement
    public override Placement Placement {get; set;}

    Property Value

    The way the shape is attached to the cells below it.
    See Also