NamedRange::CopyPicture Method (XlPictureAppearance, XlCopyPictureFormat)
Copies the NamedRange control to the Clipboard as a picture.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
Object^ CopyPicture( XlPictureAppearance Appearance = XlPictureAppearance::xlScreen, XlCopyPictureFormat Format = XlCopyPictureFormat::xlPicture )
Parameters
- Appearance
-
Type:
Microsoft.Office.Interop.Excel::XlPictureAppearance
Specifies how the picture should be copied.
Can be one of the following XlPictureAppearance constants:
- Format
-
Type:
Microsoft.Office.Interop.Excel::XlCopyPictureFormat
The format of the picture.
Can be one of the following XlCopyPictureFormat constants:
Return Value
Type: System::Object^For information on optional parameters, see Optional Parameters in Office Solutions.
The following code example creates a NamedRange and populates it with the word Smith. It then uses the CopyPicture method to copy the NamedRange to the Clipboard as a bitmap.
This example is for a document-level customization.
Show: