IClipboardManagerInternalPasteForContainer Method
Begins paste for the specified worksheet.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
bool PasteForContainer(
Worksheet parent,
out RegionBase[] regions
)
Function PasteForContainer (
parent As Worksheet,
<OutAttribute> ByRef regions As RegionBase()
) As Boolean
bool PasteForContainer(
Worksheet^ parent,
[OutAttribute] array<RegionBase^>^% regions
)
abstract PasteForContainer :
parent : Worksheet *
regions : RegionBase[] byref -> bool
- parent Worksheet
- Worksheet to begin paste for.
- regions RegionBase
- Regions which are pasted.
Boolean if the
regions array is initialized,
if
regions is set to
.