ControlSite.Cut 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.
Cuts the ControlSite to the Clipboard.
public:
System::Object ^ Cut();
public object Cut ();
abstract member Cut : unit -> obj
Public Function Cut () As Object
Returns
true
if the cut is successful; otherwise, false
.
Remarks
Only embedded charts can be cut.