Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Placement Property


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

    Property Value

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