IClipboardManagerInternalPasteForContainer Method

Begins paste for the specified worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool PasteForContainer(
	Worksheet parent,
	out RegionBase[] regions
)

Parameters

parent  Worksheet
Worksheet to begin paste for.
regions  RegionBase
Regions which are pasted.

Return Value

Boolean
if the regions array is initialized, if regions is set to .

See Also