StartSelectDrawingObjectRectangle Method
In This Topic
Start select drawing object bounds action.
Syntax
'Declaration
Public Shared Sub StartSelectDrawingObjectRectangle( _
ByVal As Shape, _
ByVal As Theme, _
ByVal As Boolean _
)
'Usage
Dim shape As Shape
Dim theme As Theme
Dim isSelection As Boolean
WorksheetDrawing.StartSelectDrawingObjectRectangle(shape, theme, isSelection)
public static void StartSelectDrawingObjectRectangle(
Shape ,
Theme ,
bool
)
Parameters
- shape
- The shape to initialize settings
- theme
- The current theme.
- isSelection
true
to show a normal shape; otherwise, false
to show selected rectangle.
See Also