PictureBox.ShapeRange Property

Gets a ShapeRange object that represents the PictureBox.

Namespace:  Microsoft.Office.Tools.Excel.Controls
Assembly:  Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)

Syntax

'Declaration
Public ReadOnly Property ShapeRange As ShapeRange
public ShapeRange ShapeRange { get; }

Property Value

Type: ShapeRange
A ShapeRange object that represents the PictureBox.

Examples

For a code example that demonstrates how to use this property, see Button.ShapeRange. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent ShapeRange property.

.NET Framework Security

See Also

Reference

PictureBox Class

Microsoft.Office.Tools.Excel.Controls Namespace