Chart.Paste(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pastes chart data from the Clipboard into the specified chart.
public void Paste (object Type);
abstract member Paste : obj -> unit
Public Sub Paste (Optional Type As Object)
Parameters
- Type
- Object
Specifies the chart information to paste if a chart is on the Clipboard. Can be one of the following XlPasteTypexlPasteFormats, xlPasteFormulas, or xlPasteAll. The default value is xlPasteAll. If there’s data other than a chart on the Clipboard, this argument cannot be used. paste