'Declaration
Public Function CreateCameraShape( _ ByVal range As WorksheetReference, _ ByVal topLeft As AnchorPoint, _ ByVal link As Boolean _ ) As Picture
'Usage
Dim instance As WorksheetDrawing Dim range As WorksheetReference Dim topLeft As AnchorPoint Dim link As Boolean Dim value As Picture value = instance.CreateCameraShape(range, topLeft, link)
public Picture CreateCameraShape( WorksheetReference range, AnchorPoint topLeft, bool link )
Parameters
- range
- The input range of camera.
- topLeft
- The top-left location of the camera shape.
- link
true
to establish a link to the source of the pasted picture; otherwise,false
.
Return Value
A Picture object represents the camera shape.